From e7826781fd926ab033090ccc00c13fb1ce4be8ca Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 31 Jul 2023 20:40:13 -0400 Subject: [PATCH] Release v23.14 to unstable Signed-off-by: James Valleroy --- debian/changelog | 59 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 60 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0cef08a6e..1ef1d3225 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,62 @@ +freedombox (23.14) unstable; urgency=medium + + [ James Valleroy ] + * users: Add diagnostics check for nslcd config + * users: Add diagnostic checks for nsswitch config + * firewall: Add diagnostic for default zone + * firewall: Add diagnostic check for backend + * firewall: Add diagnostic check for passthroughs + * torproxy: Add separate app for Tor Proxy + * HACKING: Add instructions for container on Raspberry Pi + * ci: Add mypy static type check + * upgrades: Use codename= in apt preferences + * upgrades: Use n= for unattended-upgrades origin pattern + * container: Update for bookworm images + * locale: Update translation strings + * doc: Fetch latest manual + + [ ikmaak ] + * Translated using Weblate (Dutch) + + [ Sunil Mohan Adapa ] + * torproxy: Rename icon from tor to torproxy + * torproxy: Remove unnecessary load tags in template file + * torproxy: Add shortcut to home page for logged in users + * tor: Minor refactor to remove code the check for need to restart + * tor, torproxy: Update description for info on services provided + * tor: tests: Make functional test check for running service + * torproxy: Drop irrelavant 'ExitPolicy' configuration directive + * kvstore: Optionally, don't throw exception when deleting key + * tor, torproxy: Export settings from old to new app + * bepasty: Don't enable app when setup is rerun + * bind: Don't enable app when setup is rerun + * deluge: Don't enable app when setup is rerun + * ejabberd: Don't enable app when setup is rerun + * gitweb: Don't enable app when setup is rerun + * ikiwiki: Don't enable app when setup is rerun + * infinoted: Don't enable app when setup is rerun + * janus: Don't enable app when setup is rerun + * jsxc: Don't enable app when setup is rerun + * mediawiki: Don't enable app when setup is rerun + * minetest: Don't enable app when setup is rerun + * openvpn: Don't enable app when setup is rerun + * performance: Don't enable app when setup is rerun + * privoxy: Don't enable app when setup is rerun + * quassel: Don't enable app when setup is rerun + * radicale: Don't enable app when setup is rerun + * rssbridge: Don't enable app when setup is rerun + * shaarli: Don't enable app when setup is rerun + * sharing: Don't enable app when setup is rerun + * ttrss: Don't enable app when setup is rerun + * wireguard: Don't enable app when setup is rerun + * zoph: Don't enable app when setup is rerun + * app: Implement advanced option to rerun app setup + + [ fliu ] + * container: Add support for retrieving GPG keys using wget + + -- James Valleroy Mon, 31 Jul 2023 20:39:40 -0400 + freedombox (23.13) unstable; urgency=medium [ gallegonovato ] diff --git a/plinth/__init__.py b/plinth/__init__.py index b1f05a74d..2a175e880 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '23.13' +__version__ = '23.14'