From f735f183b714537c8d5c330be2bddc5812ac1c45 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 25 Mar 2024 21:13:22 -0400 Subject: [PATCH] Release v24.7 to unstable Signed-off-by: James Valleroy --- debian/changelog | 38 ++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 23074def2..16e722f78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 25 Mar 2024 21:12:59 -0400 + freedombox (24.6) unstable; urgency=medium [ Veiko Aasa ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 8e06a2034..f0715b040 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '24.6' +__version__ = '24.7'