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'