Release v24.7 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2024-03-25 21:13:22 -04:00
parent 5a7a0c1268
commit f735f183b7
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 39 additions and 1 deletions

38
debian/changelog vendored
View File

@ -1,3 +1,41 @@
freedombox (24.7) unstable; urgency=medium
[ Sunil Mohan Adapa ]
* actions: Move most of the privileged action code to main directory
* tests: Remove unused fixture for testing actions
* tests: Move test configuration to plinth directory
* tests: Merge actions related test files
* tests: Automatically create pytest marks for apps
* users: Add email address field when creating/updating user accounts
* users: Add email address field during first boot
* system: Organize items into sections
* views: Fix alignment of close button in error messages
* actions: Minor refactor to action error logging
* actions: Provide HTML error message with action error
* views: Implement a utility to easily show error message
* middleware: Show HTML exception message as extra detail in messages
* package: Drop special error message handling for package errors
* backups: Adjust to changes in privileged errors
* letsencrypt: Simplify error warning when certificate revoke fails
* letsencrypt: Show better error messages
* storage: Adjust to changes in privileged errors
* letsencrypt: Remove unnecessary processing of the error messages
* storage: Show better error message
* upgrades: Show better error messages
* snapshot: Show better error messages
* package: Don't remove packages of other apps on uninstall
* matrixsynapse: Prevent setup page from being shown during uninstall
[ Veiko Aasa ]
* samba: Fix Samba not accessible from IPv6 localhost ::1 address
* samba: Disable nmbd NetBIOS service
[ James Valleroy ]
* locale: Update translation strings
* doc: Fetch latest manual
-- James Valleroy <jvalleroy@mailbox.org> Mon, 25 Mar 2024 21:12:59 -0400
freedombox (24.6) unstable; urgency=medium
[ Veiko Aasa ]

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '24.6'
__version__ = '24.7'