Release v24.21 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2024-10-07 20:38:12 -04:00
parent 70a92eb2f8
commit c35555a273
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 49 additions and 1 deletions

48
debian/changelog vendored
View File

@ -1,3 +1,51 @@
freedombox (24.21) unstable; urgency=medium
[ Besnik Bleta ]
* Translated using Weblate (Albanian)
* Translated using Weblate (Albanian)
[ Veiko Aasa ]
* samba: Remove option to backup app
* functional tests: Upgrade dependencies selenium and splinter
* transmission: tests: Fix functional test failures in Debian testing
[ Sunil Mohan Adapa ]
* storage: Skip tests that involve loopback device in a container
* action_utils: Introduce utility to move uploaded files
* kiwix: Don't leave invalid .zim in library after a failed attempt
* actions: Handle exceptions with Path-like objects
* names: Introduce method to check if resolved is installed
* privacy: Disable DNS fallback option if resolved is not installed
* networks: Disable DNS-over-TLS option if resolved is not installed
* networks: Don't show DNS-over-TLS when resolved is not installed
* names: Perform resolve diagnostics only if resolved is installed
* names: Don't show resolver status if package is not installed
* names: Don't control resolved daemon when package is not installed
* names: Try to install systemd-resolved during app setup
* names: Schedule a task to install systemd-resolved when possible
* names: Don't hard depend on systemd-resolved
* action_utils: Fix missing parent folder when creating apt hold flag
* nextcloud: Fix existing installs to upgrade properly
* nextcloud: During upgrade wait properly for upgrade to complete
[ Jiří Podhorecký ]
* Translated using Weblate (Czech)
[ Joseph Nuthalapati ]
* django: Improve handling of file uploads
* kiwix: Use new utility for handling uploads
* featherwiki: Use new utility for handling uploads
* tiddlywiki: Avoid writing duplicate temporary files
[ Benedek Nagy ]
* locale: Albanian: Fix build issue by correcting typo
[ James Valleroy ]
* locale: Update translation strings
* doc: Fetch latest manual
-- James Valleroy <jvalleroy@mailbox.org> Mon, 07 Oct 2024 20:37:52 -0400
freedombox (24.20.1) unstable; urgency=medium
[ Veiko Aasa ]

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '24.20.1'
__version__ = '24.21'