From ba673b9a51044d4a323df842d96537f89c997e1c Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 29 Jul 2024 22:03:09 -0400 Subject: [PATCH] Release v24.16 to unstable Signed-off-by: James Valleroy --- debian/changelog | 37 +++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9efca16aa..3e6aa74eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,40 @@ +freedombox (24.16) unstable; urgency=medium + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + + [ Joseph Nuthalapati ] + * miniflux: Add new app + * miniflux: Fix regression in creating admin user + * miniflux: Fix error handling for reset password + * readme: Mention the AGPLv3+ license + * miniflux: Trim error messages when creating user + + [ Sunil Mohan Adapa ] + * miniflux: Drop postgres-contrib package as it seem redundant + * miniflux: Add list of client apps from upstream clients list + * miniflux: Remove a spurious error message after resetting password + * miniflux: Fix issues with running the CLI in a pseudo-terminal + * miniflux: tests: functional: Fix failing tests when run out of order + * miniflux, ttrss: Factor out duplicated postgres utility methods + * tests: functional: Handle click failure when waiting for page update + * tests: functional: Handle obscured elements when submitting forms + + [ Ricky From Hong Kong ] + * Translated using Weblate (Chinese (Traditional)) + + [ Ettore Atalan ] + * Translated using Weblate (German) + + [ bittin1ddc447d824349b2 ] + * Translated using Weblate (Swedish) + + [ James Valleroy ] + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Mon, 29 Jul 2024 22:02:09 -0400 + freedombox (24.15) unstable; urgency=medium [ gallegonovato ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 9b97b02ba..e588c055e 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '24.15' +__version__ = '24.16'