From 5fbcbe9e164523ec08338241005cc652e4b09b26 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 2 Nov 2020 19:49:19 -0500 Subject: [PATCH] Release v20.17 to unstable Signed-off-by: James Valleroy --- debian/changelog | 67 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 68 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 14f364014..8c7dd3752 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,70 @@ +plinth (20.17) unstable; urgency=medium + + [ Fioddor Superconcentrado ] + * package: i18n: Mark progress status strings for translation + * networks: i18n: Mark string for translation on delete page + * networks: i18n: Mark various strings for translation + * notifications: i18n: Mark app names and extra data for translation + * networks: css: Make button wider in network list + * Translated using Weblate (Spanish) + + [ Sunil Mohan Adapa ] + * backups: i18n: Mark form success messages for translation + * doc: wikiparser: Fix issue with running parser outside doc/ dir + * upgrades: Disable the option when not able to dist upgrade + * ci: Split testing stages into smaller stages + + [ Coucouf ] + * Translated using Weblate (French) + * Translated using Weblate (French) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + * Translated using Weblate (Turkish) + + [ Nikita Epifanov ] + * Translated using Weblate (Russian) + + [ Jens Molgaard ] + * Translated using Weblate (Danish) + + [ Petter Reinholdtsen ] + * Translated using Weblate (Norwegian Bokmål) + + [ Praveen Illa ] + * Translated using Weblate (Telugu) + + [ James Valleroy ] + * Translated using Weblate (Danish) + * ci: Run wikiparser doctests + * wikiparser: Exit with return value 1 on test failure + * upgrades: Add a setting to enable dist upgrade + * locale: Update translation strings + * doc: Fetch latest manual + + [ Michael Breidenbach ] + * Translated using Weblate (German) + * Translated using Weblate (Swedish) + + [ marklin0913 ] + * Added translation using Weblate (Chinese (Traditional)) + + [ Joseph Nuthalapati ] + * mediawiki: Ensure password file is not empty + * mediawiki: Add action to set domain name + + [ Dietmar ] + * Translated using Weblate (German) + * Translated using Weblate (Italian) + + [ Radek Pasiok ] + * Translated using Weblate (Polish) + + [ Onurb ] + * apache: setup uwsgi by default + + -- James Valleroy Mon, 02 Nov 2020 19:45:57 -0500 + plinth (20.16) unstable; urgency=medium [ Oğuz Ersen ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 08600ac33..168bbd492 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '20.16' +__version__ = '20.17'