From eccf75efddd3f31d03cb94ef0daa82b5e09de5d8 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 29 Aug 2022 22:34:18 -0400 Subject: [PATCH] Release v22.19 to unstable Signed-off-by: James Valleroy --- debian/changelog | 77 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 78 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2f40f4f3a..2ad661784 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,80 @@ +freedombox (22.19) unstable; urgency=medium + + [ James Valleroy ] + * debian: Update Spanish translation template (Closes: #1017452) + * avahi: Don't disable after tests + * ejabberd: Set hostname for test that relies on it + * upgrades: Add button to test dist-upgrade in development mode + * Translated using Weblate (French) + * janus: Convert action to privileged + * janus: Handle upgrades to 1.0.* + * upgrades: Hold janus during dist-upgrade + * locale: Update translation strings + * doc: Fetch latest manual + + [ Joseph Nuthalapati ] + * tests: Make functional.is_available check faster + + [ nautilusx ] + * Translated using Weblate (German) + + [ Maxime Leroy ] + * Translated using Weblate (French) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ Eric ] + * Translated using Weblate (Chinese (Simplified)) + + [ Andrij Mizyk ] + * Translated using Weblate (Ukrainian) + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + + [ Fioddor Superconcentrado ] + * Translated using Weblate (Spanish) + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + + [ nbenedek ] + * ttrss: add donation url + * d/control: Break ufw as we use firewalld + + [ Veiko Aasa ] + * container: Display help message when no args are passed + * container: Show default values in command help + + [ Hugel ] + * Translated using Weblate (Chinese (Simplified)) + + [ Sunil Mohan Adapa ] + * operation: Factor out template code into a separate file + * operation: Show operations on app page in addition to setup page + * package: Implement low-level methods for uninstalling + * forms: Implement form for uninstallation + * setup: Drop check for already running operation + * app: Add API to uninstall an app + * package: Implement uninstall in Package component + * setup: Implement operation to uninstall an app + * views: Implement a view to uninstall an app + * app: Add a menu item to trigger uninstallation + * tests: functional: Add install/uninstall test for all apps + * backups: Use AppView for the main app page + * diagnostics: Use AppView for app page + * names: Use AppView for app page + * networks: Use AppView for app page + * power: Use AppView for app page + * security: Use AppView for app page + * snapshot: Use AppView for app page + * letsencrypt: Use AppView for app page + * tor: Use AppView and Operation for app page + * jsxc: Allow disabling the app + + -- James Valleroy Mon, 29 Aug 2022 22:33:54 -0400 + freedombox (22.18) unstable; urgency=medium [ Maxime Leroy ] diff --git a/plinth/__init__.py b/plinth/__init__.py index f5bad4947..64b5f728c 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '22.18' +__version__ = '22.19'