From 917fc97083b8a5c944eda0d2262719a7a62e2929 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 23 Jun 2025 21:14:31 -0400 Subject: [PATCH] Release v25.9.2 to unstable Signed-off-by: James Valleroy --- debian/changelog | 22 ++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ea1742973..5af4796b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +freedombox (25.9.2) unstable; urgency=medium + + [ Priit Jõerüüt ] + * Added translation using Weblate (Estonian) + * Translated using Weblate (Estonian) + + [ András Szűcs ] + * Translated using Weblate (Hungarian) + + [ ikmaak ] + * Translated using Weblate (Dutch) + * Translated using Weblate (German) + + [ James Valleroy ] + * debian: Update debconf Portuguese translation (Closes: #1107447) + - Thanks to Américo Monteiro for the patch. + * performance: Handle install for trixie + * debian: Set the branch for trixie + * doc: Fetch latest manual + + -- James Valleroy Mon, 23 Jun 2025 21:13:48 -0400 + freedombox (25.9.1) unstable; urgency=medium [ Sripath Roy Koganti ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 2292ffc24..58c8bb5ef 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '25.9.1' +__version__ = '25.9.2'