Release v23.8 to experimental

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2023-04-24 21:47:11 -04:00
parent 1d1a76110d
commit 56b17ca41f
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 63 additions and 1 deletions

62
debian/changelog vendored
View File

@ -1,3 +1,65 @@
freedombox (23.8) experimental; urgency=medium
[ James Valleroy ]
* Revert "locale: Update translation strings"
* HACKING: Force pip to install packages to system environment
* ci: Force pip install for functional tests
* datetime: Use unique component ID for related daemon
* upgrades: Check apt result during dist-upgrade
* doc: Fetch latest manual
[ Sunil Mohan Adapa ]
* tests: Don't error during collection if selenium is not installed
* tests: functional: Make install script work for Bullseye
* datetime: Re-implement backup/restore for timezone
* coturn: Prevent package removal when roundcube is uninstalled
* tests: functional: Remove handling for custom enable/disable buttons
* tests: functional: Update detecting page changes
* gitweb: Simplify handling shortcut for front page
* searx: Simplify handling shortcut for front page
[ nbenedek ]
* calibre: Remove libraries during uninstallation
* mediawiki: Fix broken view on Bullseye due to language selection
* bepasty: Completely uninstall app
* coturn: Completely uninstall app
* deluge: Completely uninstall app
* gitweb: Completely uninstall app, remove repositories
* ikiwiki: Completely uninstall app
* matrixsynapse: Completely uninstall app
* roundcube: Completely uninstall app
* rssbridge: Completely uninstall app
* searx: Completely uninstall app
* shaarli: Completely uninstall app
* shadowsocks: Completely uninstall app
* sharing: Completely uninstall app
* syncthing: Completely uninstall app
* wordpress: Completely uninstall app
* mediawiki: Completely uninstall app
* syncthing: Remove unused pathlib import so job code-quality can pass
* tor: Completely uninstall app
* ttrss: Completely uninstall app
* infinoted: Completely uninstall app
* openvpn: Completely uninstall app
* samba: Completely uninstall app
[ 109247019824 ]
* Translated using Weblate (Bulgarian)
* Translated using Weblate (Bulgarian)
* Translated using Weblate (Bulgarian)
[ Coucouf ]
* Translated using Weblate (French)
[ Veiko Aasa ]
* gitweb: Disable snapshot feature
* gitweb: Make globally configured features overridable per-repository
[ Ihor Hordiichuk ]
* Translated using Weblate (Ukrainian)
-- James Valleroy <jvalleroy@mailbox.org> Mon, 24 Apr 2023 21:46:50 -0400
freedombox (23.7) experimental; urgency=medium
[ 109247019824 ]

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '23.7'
__version__ = '23.8'