doc: Fetch latest manual

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2024-03-11 20:40:29 -04:00
parent d468ca2250
commit d962e8b4c0
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 82 additions and 0 deletions

View File

@ -8,6 +8,47 @@ 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.6 (2024-03-11) ==
=== Highlights ===
* gitweb: Fix modifying git repositories when gitweb app is disabled
* users: Fix creating users with initial set of groups
* wordpress:
* Don't fail setup if mysql installed but not running
* Drop database user when app is uninstalled
* Fix backup, restore and uninstall when db is not running
* zoph:
* Don't fail setup if mysql installed but not running
* Don't fail with backup/restore if app is disabled
* Don't redirect to setup page when app is disabled
* Ensure that database server is running when setting up app
* Hide configuration form when app is disabled
* Restore database password to old value after restore operation
* Uninstall fully so that reinstall works
=== Other Changes ===
* *: Add type hints for app init methods
* *: Add type hints for diagnose method
* action_utils: Implement method for starting a service temporarily
* actions: Fix log message when action return can't be decoded
* actions: When action errors out, log a better message
* app: Add ability to hide configuration form when app is disabled
* app: views: Expose method to get enabled/disabled state and cache it
* daemon: Added method to ensure a daemon is running in component
* diagnostics: Add tests for get_results
* diagnostics: Handle !TypeError when copying results
* locale: Update translations for Dutch
* log: Don't log with in color inside actions scripts
* samba: Ignore non-existent users who are in freedombox-share group
* tests: functional: Refactor install/setup fixture for apps
* tests: functional: Uninstall app after backup and before restore
* users: Minor refactor when creating django groups
* users: tests: Do not remove LDAP user when testing views
* wordpress: Fix minor issue in restoring database
* wordpress: tests: Uninstall app after backup and before restore
== FreedomBox 24.5 (2024-02-26) ==
* backups: tests: Don't use pytest marks on fixtures

View File

@ -8,6 +8,47 @@ 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.6 (2024-03-11) ==
=== Highlights ===
* gitweb: Fix modifying git repositories when gitweb app is disabled
* users: Fix creating users with initial set of groups
* wordpress:
* Don't fail setup if mysql installed but not running
* Drop database user when app is uninstalled
* Fix backup, restore and uninstall when db is not running
* zoph:
* Don't fail setup if mysql installed but not running
* Don't fail with backup/restore if app is disabled
* Don't redirect to setup page when app is disabled
* Ensure that database server is running when setting up app
* Hide configuration form when app is disabled
* Restore database password to old value after restore operation
* Uninstall fully so that reinstall works
=== Other Changes ===
* *: Add type hints for app init methods
* *: Add type hints for diagnose method
* action_utils: Implement method for starting a service temporarily
* actions: Fix log message when action return can't be decoded
* actions: When action errors out, log a better message
* app: Add ability to hide configuration form when app is disabled
* app: views: Expose method to get enabled/disabled state and cache it
* daemon: Added method to ensure a daemon is running in component
* diagnostics: Add tests for get_results
* diagnostics: Handle !TypeError when copying results
* locale: Update translations for Dutch
* log: Don't log with in color inside actions scripts
* samba: Ignore non-existent users who are in freedombox-share group
* tests: functional: Refactor install/setup fixture for apps
* tests: functional: Uninstall app after backup and before restore
* users: Minor refactor when creating django groups
* users: tests: Do not remove LDAP user when testing views
* wordpress: Fix minor issue in restoring database
* wordpress: tests: Uninstall app after backup and before restore
== FreedomBox 24.5 (2024-02-26) ==
* backups: tests: Don't use pytest marks on fixtures