From 23d6096d37b7e8ef2e6fb9bf4f0661413f31867e Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 27 Jan 2025 21:07:43 -0500 Subject: [PATCH] Release v25.2 to unstable Signed-off-by: James Valleroy --- debian/changelog | 59 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 60 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9b99769c9..3b5cd8e70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,62 @@ +freedombox (25.2) unstable; urgency=medium + + [ Dietmar ] + * Translated using Weblate (German) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ 大王叫我来巡山 ] + * Translated using Weblate (Chinese (Simplified Han script)) + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + * Translated using Weblate (Bulgarian) + + [ Besnik Bleta ] + * Translated using Weblate (Albanian) + + [ Sunil Mohan Adapa ] + * action_utils: Implement methods to get/set the systemd boot target + * gnome: Add app to provide a graphical desktop environment + * gnome: Add changes missing from branch merge + * ui: Fix missing arrow on dropdown form fields + * nextcloud: tests: functional: Set override domain testing on VM + * nextcloud: tests: functional: Fix test for modified structure of UI + * ui: Drop the temporary fix for missing popper.js 2.0 + * firewall, networks, storage: Drop polkit pkla files + * d/control: Fix incorrect comment format + * d/copyright: Fix copyright entry for GNOME app icons + * ui: Fix tag separator not showing on some machines + * email: Recommend Thunderbird Mobile instead of K-9 Mail + * miniflux: Add management of postgresql daemon in a shared manner + * ttrss: Add management of postgresql daemon in a shared manner + * wordpress: Order daemon enable/disable correctly + * db: Add more utilities for managing PostgreSQL databases + * ttrss: Fix issue with installing after uninstalling + * nextcloud: Drop some dead code + * apache: Enable expires module by default + + [ Benedek Nagy ] + * email: Make rspamd learn spam/ham when the user marks mails as junk or + not junk + * sogo: Add a new app for SOGo groupware + + [ pesder ] + * Translated using Weblate (Chinese (Traditional Han script)) + + [ ikmaak ] + * Translated using Weblate (Dutch) + + [ James Valleroy ] + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Mon, 27 Jan 2025 21:07:10 -0500 + freedombox (25.1) unstable; urgency=medium [ gfbdrgng ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 995bf7965..28f77b7ff 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '25.1' +__version__ = '25.2'