doc: Fetch latest manual

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

View File

@ -8,6 +8,25 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f
The following are the release notes for each !FreedomBox version.
== FreedomBox 24.5 (2024-02-26) ==
* backups: tests: Don't use pytest marks on fixtures
* container: Fix issue with missing make command on stable image
* daemon: Add new component for daemons shared across apps
* firewalld: Implement force upgrading to any 2.x versions
* gitweb, users: Minor fixes for newer pycodestyle
* locale: Update translations for German
* pyproject.toml: Exclude the build directory from mypy checks
* setup: Ensure that apt is updated before checking force upgrade
* setup: Ensure that force upgrade won't run when app is not installed
* setup: Minor refactoring of force upgrader class instantiation
* setup: Try force upgrade before running app setup
* tests: Patch apps_init for enable/disable daemon test
* tor: tests: Convert to pytest style tests from class based tests
* tor: tests: Fix issue with pytest 8.x versions
* wordpress: Add shared daemon component for mariadb/mysql
* zoph: Add shared daemon component for mariadb/mysql
== FreedomBox 24.4 (2024-02-12) ==
=== Highlights ===

View File

@ -8,6 +8,25 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f
The following are the release notes for each !FreedomBox version.
== FreedomBox 24.5 (2024-02-26) ==
* backups: tests: Don't use pytest marks on fixtures
* container: Fix issue with missing make command on stable image
* daemon: Add new component for daemons shared across apps
* firewalld: Implement force upgrading to any 2.x versions
* gitweb, users: Minor fixes for newer pycodestyle
* locale: Update translations for German
* pyproject.toml: Exclude the build directory from mypy checks
* setup: Ensure that apt is updated before checking force upgrade
* setup: Ensure that force upgrade won't run when app is not installed
* setup: Minor refactoring of force upgrader class instantiation
* setup: Try force upgrade before running app setup
* tests: Patch apps_init for enable/disable daemon test
* tor: tests: Convert to pytest style tests from class based tests
* tor: tests: Fix issue with pytest 8.x versions
* wordpress: Add shared daemon component for mariadb/mysql
* zoph: Add shared daemon component for mariadb/mysql
== FreedomBox 24.4 (2024-02-12) ==
=== Highlights ===