From 7071a05f47115f3f880aa080ffd88eb6343acdab Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 15 Aug 2022 20:55:15 -0400 Subject: [PATCH] Release v22.18 to unstable Signed-off-by: James Valleroy --- debian/changelog | 60 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 61 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 81ea28d68..2f40f4f3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,63 @@ +freedombox (22.18) unstable; urgency=medium + + [ Maxime Leroy ] + * Translated using Weblate (French) + + [ ikmaak ] + * Translated using Weblate (Dutch) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + * Translated using Weblate (Czech) + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + + [ nautilusx ] + * Translated using Weblate (German) + + [ Andrij Mizyk ] + * Translated using Weblate (Ukrainian) + + [ James Valleroy ] + * networks: Remove DNSSEC diagnostics + * locale: Update translation strings + * doc: Fetch latest manual + + [ Cosmin Humeniuc ] + * container: Add IdentitiesOnly option to SSH + + [ Veiko Aasa ] + * container: Ignore flake8 error 'line too long' in bash script text + * storage: Fix enumerating partitions without mount points + + [ Sunil Mohan Adapa ] + * coturn: Fix link to ejabberd in description + * notification: Pass full context when rendering body template + * package: Run installation operation using app_id instead of module + * operation: Add module to manage threaded operations + * *: Make setup method part of App class for all apps + * *: Add setup method on all apps that don't have it + * *: Make force upgrading part of app rather than a module + * app: Drop optimization that skips setup process + * setup: Fix issue with immediate refresh after installation + * *: Drop module level app property + * setup: Drop setup_helper and use the new Operation API + * setup: Allow starting installation when package manager is busy + * backups: tests: Mark need for Django database during API tests + * matrixsynapse: Fix showing the status messages + * ejabberd: Fix showing the status messages + * ssh: tests: functional: Keep service enabled after tests + * sharing: tests: functional: Fix a flaky test by waiting + * sharing: Add installing and enable/disable like other apps + * wireguard: Fix module.app usage that is no longer available + * doc: dev: Document previously undocumented components + + -- James Valleroy Mon, 15 Aug 2022 20:54:46 -0400 + freedombox (22.17) unstable; urgency=medium [ ikmaak ] diff --git a/plinth/__init__.py b/plinth/__init__.py index d1528e541..f5bad4947 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '22.17' +__version__ = '22.18'