Release v23.4 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2023-02-13 21:06:50 -05:00
parent 766e7aa7b5
commit f202c7222e
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 40 additions and 1 deletions

39
debian/changelog vendored
View File

@ -1,3 +1,42 @@
freedombox (23.4) unstable; urgency=medium
[ James Valleroy ]
* matrixsynapse: Add python3-psycopg2 to packages
* searx: Add libjs-bootstrap to packages
* ikiwiki: Re-run setup for each site after restore
* matrixsynapse: Use yaml.safe_load
* dynamicdns: Skip uninstall test
* uninstall: Fix spelling in warning message
* locale: Update translation strings
* doc: Fetch latest manual
[ nbenedek ]
* email: Redirect to the app page if roundcube isn't installed
[ Sunil Mohan Adapa ]
* ejabberd: Fix making call connections when using TURN
* snapshot: Fix issue with snapshot rollbacks
* snapshot: Fix mounting /.snapshots subvolume and use automounting
* config: Drop RuntimeMaxUse=5% for journal logging
* templates: Show better title for 404 page
* backups: Allow selecting a single app from URL when creating backup
* app: Add backup and restore menu items to toolbar menu
* vagrant: Mount source in /freedombox instead of /vagrant
* vagrant: Switch to /freedombox before running service with alias
* vagrant: Drop unnecessary script that deletes sqlite file
* vagrant: Hide the vagrant-script directory
* matrixsnapse: Minor refactor in getting/setting public registrations
* matrixsynapse: Disable verification to fix public registrations
* ejabberd: Add Monal and Siskin for iOS and remove ChatSecure
[ Juan ]
* Translated using Weblate (Spanish)
[ 109247019824 ]
* Translated using Weblate (Bulgarian)
-- James Valleroy <jvalleroy@mailbox.org> Mon, 13 Feb 2023 21:06:24 -0500
freedombox (23.3) unstable; urgency=medium
[ 109247019824 ]

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '23.3'
__version__ = '23.4'