From 41640f5d3c3f1cb9b883eddd112ec1945a4e4db2 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sun, 8 Mar 2026 15:10:12 -0400 Subject: [PATCH] Release v26.4.1 to unstable Signed-off-by: James Valleroy --- debian/changelog | 25 +++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 28a2941e3..e84e52069 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,28 @@ +freedombox (26.4.1) unstable; urgency=high + + [ 大王叫我来巡山 ] + * Translated using Weblate (Chinese (Simplified Han script)) + + [ Besnik Bleta ] + * Translated using Weblate (Albanian) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + + [ James Valleroy ] + * container: Hold freedombox packages during test setup + * Vagrantfile: Enable public network for bridged networking + * doc: Fetch latest manual + + [ Sunil Mohan Adapa ] + * d/control: Trim deps for nocheck build profile (Closes: #1129521) + * apache2: Disable pubtkt authentication module + + -- James Valleroy Sun, 08 Mar 2026 15:09:38 -0400 + freedombox (26.4) unstable; urgency=medium [ Joseph Nuthalapati ] diff --git a/plinth/__init__.py b/plinth/__init__.py index ea0650fb5..ee3290e15 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '26.4' +__version__ = '26.4.1'