From d1be37d1df77c3438f6e3143cec12870faae40a3 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 6 Oct 2025 20:30:32 -0400 Subject: [PATCH] Release v25.13 to unstable --- debian/changelog | 69 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 70 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 96d7221fa..7cfaf5220 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,72 @@ +freedombox (25.13) unstable; urgency=medium + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ 大王叫我来巡山 ] + * Translated using Weblate (Chinese (Simplified Han script)) + + [ Максим Горпиніч ] + * Translated using Weblate (Ukrainian) + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + + [ Sunil Mohan Adapa ] + * glib: Add schedule parameter for setting interval in develop mode + * diagnostics: In development mode, run diagnostics more rarely + * backups: Ignore a typing error with mypy + * Makefile: Move privileged daemon to /usr/lib/freedombox + * action_utils: Handle capture_output argument in run wrapper + * privileged_daemon: Fix showing errors for freedombox-cmd command + * doc: Add manual page for freedombox-cmd + * storage: Fix disk usage checking with disconnected SSH mounts + * actions: Work with older privileged daemon + * privileged_daemon: Implement handling termination signal + * d/rules: Drop a workaround for dh_installsytemd needed for /usr/lib + * actions: Log method arguments in privileged daemon + * backups: Fix robust handling of known errors + * config: Set home page to FreedomBox for invalid values + * actions: Log full exception from privileged daemon on error + * setup: Log full exception traceback when setup fails + * actions: Fix lifetime of thread local storage + * actions_utils: Fix issue with collecting stdout/stderr + * *: Use action_utils.run instead of subprocess.run + * *: Use action_utils.run instead of subprocess.check_call + * *: Use action_utils.run instead of subprocess.call + * *: Use action_utils.run instead of subprocess.check_output + * *: Collect output for all privileged sub-processes + * ci: Switch backports test to trixie-backports + * actions: Raise an exception if privileged server response is empty + * debian: Stop privileged service during upgrade or removal + * backups: Don't show enable/disable button as app can't be disabled + * locale: Fix a string formatting issue in Italian translation + * daemon: When ensuring running state handle not-installed state + * miniflux: Fix DB connection issues during install/uninstall + * zoph: Additional dbconfig configuration keys + + [ Dietmar ] + * Translated using Weblate (German) + * Translated using Weblate (Italian) + + [ Roman Akimov ] + * Translated using Weblate (Russian) + + [ Veiko Aasa ] + * gitweb: Use Git credential helper when cloning URLs with credentials + + [ Besnik Bleta ] + * Translated using Weblate (Albanian) + + [ James Valleroy ] + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Mon, 06 Oct 2025 20:30:14 -0400 + freedombox (25.12) unstable; urgency=medium [ Burak Yavuz ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 665ddf78b..00a1c2fc9 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '25.12' +__version__ = '25.13'