Release v26.12 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2026-09-14 20:31:25 -04:00
parent b9ccba85c3
commit dc0c5752c9
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 46 additions and 1 deletions

45
debian/changelog vendored
View File

@ -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 <jvalleroy@mailbox.org> Mon, 14 Sep 2026 20:30:46 -0400
freedombox (26.11.1) unstable; urgency=medium freedombox (26.11.1) unstable; urgency=medium
[ James Valleroy ] [ James Valleroy ]

View File

@ -3,4 +3,4 @@
Package init file. Package init file.
""" """
__version__ = '26.11.1' __version__ = '26.12'