From f527e5db526e0f0c1a70f6d1ae40a32c5f64bdab Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 28 Aug 2023 20:48:23 -0400 Subject: [PATCH] Release v23.16 to unstable Signed-off-by: James Valleroy --- debian/changelog | 34 ++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4429ff7d2..9e7756ee1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,37 @@ +freedombox (23.16) unstable; urgency=medium + + [ Petter Reinholdtsen ] + * Translated using Weblate (Norwegian Bokmål) + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + + [ Joseph Nuthalapati ] + * l10n: Fix error in Czech translation string + + [ Sunil Mohan Adapa ] + * django: Remove use of X-XSS-Protection header + * backups: Remove use of length_is template function + * users, networks: Use the autofocus HTML attribute sparingly + * sso: Use POST method for logout + * sso: Switch to django-axes >= 5.0 + * networks, samba: tests: functional: Fix setting firewall zone + * openvpn: Fix app not installing Debian testing + * openvpn: Correctly set expiry of server/client certs to 10 years + * openvpn: Minor refactoring in setting up easy-rsa + * openvpn: Use config file instead of env vars for easy-rsa + * openvpn: Ensure that re-running setup works as expected + * openpvn: Renew server/client certificates + + [ Michael Breidenbach ] + * Translated using Weblate (Swedish) + + [ James Valleroy ] + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Mon, 28 Aug 2023 20:47:10 -0400 + freedombox (23.15) unstable; urgency=medium [ ikmaak ] diff --git a/plinth/__init__.py b/plinth/__init__.py index f78fc6d15..821a2e2b8 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '23.15' +__version__ = '23.16'