Release v24.5 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2024-02-26 20:59:13 -05:00
parent 169eb9854f
commit c217fdb5c6
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 28 additions and 1 deletions

27
debian/changelog vendored
View File

@ -1,3 +1,30 @@
freedombox (24.5) unstable; urgency=medium
[ Sunil Mohan Adapa ]
* container: Fix issue with missing make command on stable image
* setup: Minor refactoring of force upgrader class instantiation
* setup: Ensure that force upgrade won't run when app is not installed
* setup: Ensure that apt is updated before checking force upgrade
* firewalld: Implement force upgrading to any 2.x versions
* backups: tests: Don't use pytest marks on fixtures
* tor: tests: Fix issue with pytest 8.x versions
* tor: tests: Convert to pytest style tests from class based tests
* pyproject.toml: Exclude the build directory from mypy checks
* gitweb, users: Minor fixes for newer pycodestyle
* daemon: Add new component for daemons shared across apps
* wordpress: Add shared daemon component for mariadb/mysql
* zoph: Add shared daemon component for mariadb/mysql
[ James Valleroy ]
* setup: Try force upgrade before running app setup
* tests: Patch apps_init for enable/disable daemon test
* doc: Fetch latest manual
[ Olaf Schaf ]
* Translated using Weblate (German)
-- James Valleroy <jvalleroy@mailbox.org> Mon, 26 Feb 2024 20:58:45 -0500
freedombox (24.4) unstable; urgency=medium
[ Johannes Keyser ]

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '24.4'
__version__ = '24.5'