From d63324160a4257a1d196b9f4e13a3bf24048bfc6 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 24 Nov 2025 20:44:22 -0500 Subject: [PATCH] Release v25.16 to unstable --- debian/changelog | 40 ++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3085ccccd..581ffb4c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,43 @@ +freedombox (25.16) unstable; urgency=medium + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ 大王叫我来巡山 ] + * Translated using Weblate (Chinese (Simplified Han script)) + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + + [ Максим Горпиніч ] + * Translated using Weblate (Ukrainian) + + [ Besnik Bleta ] + * Translated using Weblate (Albanian) + + [ Dietmar ] + * Translated using Weblate (German) + * Translated using Weblate (Italian) + + [ Sunil Mohan Adapa ] + * middleware: Implement middleware for common headers such as CSP + * janus: Allow app to be installed from Debian unstable + * janus: Relax content security policy for the video room + * janus: Update the video room code from latest upstream + * package: Prevent freedombox's deps from removal during app uninstall + * dynamicdns: Use only IPv4 for GnuDIP protocol + * jsxc: Fix missing dependencies + * jsxc: Update content security policy to prevent style errors + + [ Roman Akimov ] + * Translated using Weblate (Russian) + + [ James Valleroy ] + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Mon, 24 Nov 2025 20:30:35 -0500 + freedombox (25.15) unstable; urgency=medium [ Coucouf ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 90dbe316c..a7314c2eb 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '25.15' +__version__ = '25.16'