diff --git a/debian/changelog b/debian/changelog index 9de5f3e87..5cd490c97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 07 Oct 2024 20:37:52 -0400 + freedombox (24.20.1) unstable; urgency=medium [ Veiko Aasa ] diff --git a/plinth/__init__.py b/plinth/__init__.py index dc08f70a3..320e5ad39 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '24.20.1' +__version__ = '24.21'