diff --git a/debian/changelog b/debian/changelog index 75737ef0e..5da57e936 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,67 @@ +freedombox (24.19) unstable; urgency=medium + + [ ikmaak ] + * Translated using Weblate (Dutch) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ 大王叫我来巡山 ] + * Translated using Weblate (Chinese (Simplified)) + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + + [ Besnik Bleta ] + * Translated using Weblate (Albanian) + + [ gallegonovato ] + * Translated using Weblate (Spanish) + + [ Ihor Hordiichuk ] + * Translated using Weblate (Ukrainian) + + [ Ettore Atalan ] + * Translated using Weblate (German) + + [ Hemanth Kumar Veeranki ] + * Translated using Weblate (Telugu) + + [ James Valleroy ] + * storage: Handle grub-pc package not available + * upgrades: Add repair step for held packages + * letsencrypt: Handle both standard and custom repairs + * locale: Update translation strings + * doc: Fetch latest manual + + [ Sunil Mohan Adapa ] + * names: Use systemd-resolved for DNS resolution + * names, network: Re-feed DNS known to network-manager to resolved + * privacy: Implement a way to disable fallback DNS servers + * privacy: Show notification again so that users see the new setting + * makefile: Workaround problems with systemd-resolved package + * networks: Declare a need for DHCP/DNS ports to be open in firewall + * bind: Don't start a stopped daemon during changes/upgrades + * bind: Set default forwarder as systemd-resolved + * container: Re-run failed provisioning even if container is running + * networks: Groups fields in create/edit connection form + * networks: Add support for DNS-over-TLS for individual connections + * networks: Add more options for IPv6 configuration method + * networks: Set 'auto' as default IPv6 method in new connection form + * names: Add option for setting global DNS-over-TLS preference + * names: Implement a diagnostic check for checking name resolution + * names: Restart instead of reload for systemd-resolved changes + * names: Add option for setting global DNSSEC preference + * networks: Show current global value of DNS-over-TLS and link to it + * names: Show systemd-resolved status in the names page + * networks: Fix focusing on network interface field on error + * bind: Fix port number clash with 'shared' network connections + + [ Joseph Nuthalapati ] + * mediawiki: Increase PHP maximum execution time to 100 seconds + + -- James Valleroy Mon, 09 Sep 2024 21:08:17 -0400 + freedombox (24.18) unstable; urgency=medium [ Burak Yavuz ] diff --git a/plinth/__init__.py b/plinth/__init__.py index d8e30ddb1..836264a86 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '24.18' +__version__ = '24.19'