Release v26.11 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2026-08-17 19:45:01 -04:00
parent 52e83a6c26
commit 031bbb53cb
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 41 additions and 1 deletions

40
debian/changelog vendored
View File

@ -1,3 +1,43 @@
freedombox (26.11) unstable; urgency=medium
[ Burak Yavuz ]
* Translated using Weblate (Turkish)
[ Hosted Weblate user 54392 ]
* Translated using Weblate (Chinese (Simplified Han script))
[ Jiří Podhorecký ]
* Translated using Weblate (Czech)
[ Sunil Mohan Adapa ]
* homeassistant: App is stable, remove experimental warning
* d/postinst: Remove unnecessary file
* tests: Use class methods for class scoped fixtures
* mypy: Add support for version 2.1
* settings: Drop support for Django < 4.0
* pyproject: Declare support for Django 6.0
* dynamicdns: Drop old migration code shipped in bookworm
* dynamicdns: Allow updating both IPv4 and IPv6 records together
* views: Add a separate page for adding new apps
* firstboot: Link from next steps page to add apps page
* views: Link to apps-add page from a tag click in app page
[ Coucouf ]
* Translated using Weblate (French)
[ Priit Jõerüüt ]
* Translated using Weblate (Estonian)
[ Pierfrancesco Passerini ]
* Translated using Weblate (Italian)
[ James Valleroy ]
* debian: Trim list of Uploaders
* locale: Update strings for translation
* doc: Fetch latest manual
-- James Valleroy <jvalleroy@mailbox.org> Mon, 17 Aug 2026 19:44:28 -0400
freedombox (26.10) unstable; urgency=medium
[ Coool ]

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '26.10'
__version__ = '26.11'