Release v23.14 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2023-07-31 20:40:13 -04:00
parent 13f0896853
commit e7826781fd
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 60 additions and 1 deletions

59
debian/changelog vendored
View File

@ -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 <jvalleroy@mailbox.org> Mon, 31 Jul 2023 20:39:40 -0400
freedombox (23.13) unstable; urgency=medium
[ gallegonovato ]

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '23.13'
__version__ = '23.14'