diff --git a/debian/changelog b/debian/changelog index 8ffa9afb7..0cf604e0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,44 @@ +freedombox (20.18) unstable; urgency=medium + + [ Hetgyl ] + * Translated using Weblate (French) + + [ Reg Me ] + * Translated using Weblate (Dutch) + * Translated using Weblate (Dutch) + * Translated using Weblate (Dutch) + * Translated using Weblate (Dutch) + + [ Joseph Nuthalapati ] + * coverage: Omit files under tests/ directories + * ci: Add --cov-config to the coverage command + * openvpn: Cleanup easyrsa 2 to 3 upgrade code + * openvpn: Function to detect ECC/RSA configuration + * openvpn: ECC: Setup and Migration + * openvpn: Remove explicit setup step + * openvpn: Improve migrate_to_ecc template + * openvpn: Remove opinion on which curve to use + * openvpn: client configuration for RSA and ECC + * gitlabci: Update Dockerfile and script + + [ Ralf Barkow ] + * Translated using Weblate (German) + + [ Fioddor Superconcentrado ] + * Translated using Weblate (Spanish) + + [ Matthias Dellweg ] + * Enable dynamicdns module to handle IPv6 + + [ Dietmar ] + * Translated using Weblate (Italian) + + [ James Valleroy ] + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Mon, 16 Nov 2020 20:49:24 -0500 + freedombox (20.17.1) experimental; urgency=medium [ Burak Yavuz ] diff --git a/plinth/__init__.py b/plinth/__init__.py index bd6a04019..5e0ca99dc 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '20.17.1' +__version__ = '20.18'