From 5c42e0481352d62384194aee31b9b61a66e3e62c Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Tue, 28 Apr 2026 18:26:58 -0400 Subject: [PATCH] Release v26.7.1 to unstable Signed-off-by: James Valleroy --- debian/changelog | 16 ++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c466d8249..3dbe0a5c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +freedombox (26.7.1) unstable; urgency=medium + + [ Frederico Gomes ] + * radicale: Enable lc_username for case-insensitive auth + + [ Sunil Mohan Adapa ] + * radicale, bepasty: Fix issue with failed diagnostic test + * radicale: Fix issue with parsing new configuration file + * radicale: tests: functional: Better checking for well-known URLs + + [ James Valleroy ] + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Tue, 28 Apr 2026 18:26:38 -0400 + freedombox (26.7) unstable; urgency=medium [ Burak Yavuz ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 47912648f..95c2335af 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '26.7' +__version__ = '26.7.1'