From 6f1d97e00991d80b017e0f4f49223b9f030d3b8d Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sun, 5 Jan 2025 12:17:24 -0500 Subject: [PATCH] Release v24.26.1 to unstable Signed-off-by: James Valleroy --- debian/changelog | 39 +++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2b23738e7..7c8dc4276 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,42 @@ +freedombox (24.26.1) unstable; urgency=medium + + [ Ettore Atalan ] + * Translated using Weblate (German) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ 大王叫我来巡山 ] + * Translated using Weblate (Chinese (Simplified Han script)) + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + * Translated using Weblate (Bulgarian) + * Translated using Weblate (Bulgarian) + + [ Besnik Bleta ] + * Translated using Weblate (Albanian) + + [ Benedek Nagy ] + * nextcloud: remove experimental warning + * email: Fix DKIM signing by setting correct ownership on private keys + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + + [ James Valleroy ] + * mumble: Support config file moved into /etc/mumble + * mumble: Add diagnostic for setup config changes + + [ Sunil Mohan Adapa ] + * sharing: Drop jQuery code as the library dependency has been removed + * users: Drop jQuery code as the library dependency has been removed + + [ Coucouf ] + * Translated using Weblate (French) + + -- James Valleroy Sun, 05 Jan 2025 12:17:03 -0500 + freedombox (24.26) unstable; urgency=medium [ Sunil Mohan Adapa ] diff --git a/plinth/__init__.py b/plinth/__init__.py index b9129b17c..d74322359 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '24.26' +__version__ = '24.26.1'