Release v23.16 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2023-08-28 20:48:23 -04:00
parent bc90be15f3
commit f527e5db52
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 35 additions and 1 deletions

34
debian/changelog vendored
View File

@ -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 <jvalleroy@mailbox.org> Mon, 28 Aug 2023 20:47:10 -0400
freedombox (23.15) unstable; urgency=medium
[ ikmaak ]

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '23.15'
__version__ = '23.16'