diff --git a/debian/changelog b/debian/changelog index ecd1d024d..2a4c6ec63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 13 Feb 2023 21:06:24 -0500 + freedombox (23.3) unstable; urgency=medium [ 109247019824 ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 7a71a7cbc..505d40860 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '23.3' +__version__ = '23.4'