From dc0c5752c9b9972b9dcb04490b4b53ca86754e2a Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 14 Sep 2026 20:31:25 -0400 Subject: [PATCH] Release v26.12 to unstable Signed-off-by: James Valleroy --- debian/changelog | 45 ++++++++++++++++++++++++++++++++++++++++++ freedombox/__init__.py | 2 +- 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 61baf3c57..5b3e460ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,48 @@ +freedombox (26.12) unstable; urgency=medium + + [ John Doe ] + * Translated using Weblate (French) + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + + [ Bone NI ] + * Added translation using Weblate (Lao) + * Translated using Weblate (Lao) + + [ Sunil Mohan Adapa ] + * plinth/*: Rename plinth/ folder to freedombox/ + * *: Update imports statements from plinth to freedombox + * *: Additional import path related changes + * *: Update import path in modules-enabled configuration files + * doc/dev: Update developer documentation with new import path + * *: Update additional documentation/comments with new import path + * d/copyright: Update copyright file + * django: Changes for new import path + * django: Rename DB tables from plinth_ to freedombox_ + * *: All other changes need for new import path + * *: Miscellaneous changes to work with reduce the use of term 'plinth' + * container: Fix failure with defining a new VM + * errors: Rename PlinthError to FbxError + * radicale: Redirect from .well-known URLs only temporarily + * radicale: tests: Don't fail if Nextcloud is enabled + * tags: tests: Fix functional tests broken by separate apps/add page + * wireguard: Fix auto-adding client when no domains are configured + * wireguard: Fix issues with newline in public key when adding client + * wireguard: Improve reliability functional tests by waiting after ops + * bin: Rename main binary from plinth to freedombox + * nextcloud: test: Fix functional tests with version 26 + + [ James Valleroy ] + * locale: Move lo to freedombox path + * locale: Update translation strings + * doc: Fetch latest manual + + [ Daniel Nylander ] + * Translated using Weblate (Swedish) + + -- James Valleroy Mon, 14 Sep 2026 20:30:46 -0400 + freedombox (26.11.1) unstable; urgency=medium [ James Valleroy ] diff --git a/freedombox/__init__.py b/freedombox/__init__.py index b81f2f8d8..817c073c7 100644 --- a/freedombox/__init__.py +++ b/freedombox/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '26.11.1' +__version__ = '26.12'