From 216071109d09efa8f1780568feb2d123d6da2bf6 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 12 Sep 2022 21:07:38 -0400 Subject: [PATCH] Release v22.20 to unstable Signed-off-by: James Valleroy --- debian/changelog | 59 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 60 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2ad661784..e4c1ff4b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,62 @@ +freedombox (22.20) unstable; urgency=medium + + [ atilluF ] + * Translated using Weblate (Italian) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ Eric ] + * Translated using Weblate (Chinese (Simplified)) + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + + [ Veiko Aasa ] + * tests: functional: Assert app is not installed after uninstallation + * samba: Ignore mounted files when listing mounts + * samba: Update client apps information + + [ Sunil Mohan Adapa ] + * ejabberd: tests: functional: Ensure jsxc is installed + * zoph: tests: functional: Simplify finding the form to submit + * shaarli: tests: functional: Specify setup form submission button + * ikiwiki: tests: functional: Find forms more accurately + * gitweb: Use generic form template for create/edit repository + * gitweb: tests: functional: Find forms more accurately + * gitweb: Fix issue with page not refreshing during uninstall + * calibre: tests: functional: Find forms more specifically + * bepasty: Use generic form template for add password view + * bepasty: tests: functional: Minor refactor for form submission + * first_boot: tests: functional: Find form more specifically + * sharing: tests: functional: Find forms more accurately + * sso: tests: functional: Find forms more accurately + * backups: Use generic form template for create and schedule views + * backups: tests: functional: Find forms more accurately + * templates: form: Specify a form class for use with functional tests + * snapshot: tests: functional: Minor refactoring for form submission + * wordpress: tests: functional: Find forms more specifically + * users: tests: functional: Find forms more accurately + * tests: functional: Force specifying form to submit more accurately + * tests: functional: Wait for installation to complete fully + + [ James Valleroy ] + * debian: Add Italian debconf translation (Closes: #1019157) + * version: Compare Debian package version numbers + * firewall: Allow upgrade from any version to 1.2.* + * locale: Update translation strings + * doc: Fetch latest manual + + [ Coucouf ] + * Translated using Weblate (French) + * Translated using Weblate (French) + + [ nbenedek ] + * matrixsynapse: Allow matrix-synapse >= 1.65 to install successfully + * d/maintscript: remove tahoe and mldonkey apache conf files + + -- James Valleroy Mon, 12 Sep 2022 21:07:14 -0400 + freedombox (22.19) unstable; urgency=medium [ James Valleroy ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 64b5f728c..9b281c40e 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '22.19' +__version__ = '22.20'