From 5cda94735c0b60c638047d834cc41c871ce4da5d Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 31 Jan 2022 20:05:31 -0500 Subject: [PATCH] Release v22.4 to unstable Signed-off-by: James Valleroy --- debian/changelog | 56 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 57 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c22a4281c..dea8d3f06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,59 @@ +freedombox (22.4) unstable; urgency=medium + + [ ikmaak ] + * Translated using Weblate (German) + * Translated using Weblate (Dutch) + + [ Benedek Nagy ] + * shaarli: Add android app to description + * apache: Don't redirect to HTTPS for .onion domains + * matrixsynapse: Add FluffyChat to client list + * power: Add a link to power app in the system menu + * Translated using Weblate (Hungarian) + + [ Sunil Mohan Adapa ] + * mldonkey: Drop app not available in Debian Bullseye and Bookworm + * tests: functional: Implement a workaround for issue with screenshots + * wordpress: tests: functional: Add missing marks on tests + * tests: functional: Set default screenshots dir as ./screenshots + * doc: Fail when downloading images from Debian wiki fails + * cockpit: Explicitly redirect to HTTPS as needed for WebSockets + * apache: Don't set HSTS for .onion domain + * wireguard: tests: Add functional tests + * snapshots: Clarify that snapshots are take during updates too + * coturn: Use wildcard listening address to fix startup issues + * sso, users: Redirect to home page after logout + * users: Clarify help message for authorization password + * HACKING: Stop using setup.py as a way to run tests + * email_server: Drop some unused code + * roundcube: Add setting for local connection only + * email_server: Drop showing diagnostics/repair and roundcube config + + [ James Valleroy ] + * .gitignore: Add screenshots/ + * shaarli: Add backup component + * shaarli: Add functional test + * shaarli: Test adding a bookmark + * locale: Update translation strings + * doc: Fetch latest manual + + [ Coucouf ] + * Translated using Weblate (French) + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + + [ Michael Breidenbach ] + * Translated using Weblate (Swedish) + + [ Nikita Epifanov ] + * Translated using Weblate (Russian) + + [ Andrij Mizyk ] + * Translated using Weblate (Ukrainian) + + -- James Valleroy Mon, 31 Jan 2022 20:04:57 -0500 + freedombox (22.3) unstable; urgency=medium [ nautilusx ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 24b808a96..fc2011a64 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '22.3' +__version__ = '22.4'