From c639bb0d14c673dc847da77b25b31f189995e210 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 21 Jul 2025 19:30:22 -0400 Subject: [PATCH] Release v25.9.3 to unstable Signed-off-by: James Valleroy --- debian/changelog | 30 ++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5af4796b1..95a1e0e44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +freedombox (25.9.3) unstable; urgency=medium + + [ J AK ] + * Translated using Weblate (Albanian) + + [ Besnik Bleta ] + * Translated using Weblate (Albanian) + + [ kosagi ] + * Translated using Weblate (Catalan) + + [ தமிழ்நேரம் ] + * Translated using Weblate (Tamil) + + [ Benedek Nagy ] + * sogo: Fix typo in configuration for sieve server + * email: Add support for Dovecot 2.4 + + [ Sunil Mohan Adapa ] + * config: Allow overriding target path in dropin config component + * email: Start servers during re-setup if they are not running + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + + [ Priit Jõerüüt ] + * Translated using Weblate (Estonian) + + -- James Valleroy Mon, 21 Jul 2025 19:29:32 -0400 + freedombox (25.9.2) unstable; urgency=medium [ Priit Jõerüüt ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 58c8bb5ef..d021a8289 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '25.9.2' +__version__ = '25.9.3'