diff --git a/debian/changelog b/debian/changelog index 3ef1b195f..227c85d75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +freedombox (24.3) unstable; urgency=medium + + [ James Valleroy ] + * diagnostics: Add parameters to DiagnosticCheck + * diagnostics: Add method to translate checks + * diagnostics: Translate descriptions only in view + * diagnostics: Store results of full run in database + * diagnostics: Add option to toggle daily run + * locale: Update translation strings + * doc: Fetch latest manual + + [ Sunil Mohan Adapa ] + * diagnostics: Simplify getting translated description in results + * diagnostics: Safely access results when showing notification + * diagnostics: Fix a potential iteration of None value in error cases + * glib: Change API for repeating an in-thread scheduled task + + [ Benedek Nagy ] + * zoph: Fix failing PHP configuration requirements + + -- James Valleroy Mon, 29 Jan 2024 20:48:12 -0500 + freedombox (24.2) unstable; urgency=medium [ gallegonovato ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 471938621..82792750a 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '24.2' +__version__ = '24.3'