From 7addb9b5e2d04cd8cd10c128216002cdec24cb4b Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Tue, 11 Jan 2022 20:10:23 -0500 Subject: [PATCH] Release v22.2 to unstable Signed-off-by: James Valleroy --- debian/changelog | 46 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 46be94a67..ac7448816 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,49 @@ +freedombox (22.2) unstable; urgency=medium + + [ Dietmar ] + * Translated using Weblate (German) + * Translated using Weblate (Italian) + + [ ikmaak ] + * Translated using Weblate (Dutch) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ Eric ] + * Translated using Weblate (Chinese (Simplified)) + + [ Benedek Nagy ] + * Translated using Weblate (Hungarian) + * Translated using Weblate (Hungarian) + * wireguard: Fix spelling + * transmission: Fix capitalization + * openvpn: Add link to IOS app + * mumble: Change description to include iOS client app + * radicale: Update Thunderbird URLs + * i2p: Fix grammar in description + * backups: Correct spelling of encryption protocols + * networks: Fix reference to an option + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + + [ Johannes Keyser ] + * Translated using Weblate (German) + + [ Michael Breidenbach ] + * Translated using Weblate (Swedish) + + [ Sunil Mohan Adapa ] + * help: Fix failing setup when manual directory is not available + * debian, setup.py: Add dependency on python3-tomli + * ikiwiki: Initialize shortcuts during post-init setup + + [ James Valleroy ] + * locale: Update translation strings + + -- James Valleroy Tue, 11 Jan 2022 20:09:59 -0500 + freedombox (22.1) unstable; urgency=medium [ ikmaak ] diff --git a/plinth/__init__.py b/plinth/__init__.py index ea77654c1..eb8aecbd7 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '22.1' +__version__ = '22.2'