From e03161201c13de2ea39c3d7540c6e113bb9bb445 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 19 Oct 2020 20:43:03 -0400 Subject: [PATCH] Release v20.16 to unstable Signed-off-by: James Valleroy --- debian/changelog | 51 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 52 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b5c253c40..14f364014 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,54 @@ +plinth (20.16) unstable; urgency=medium + + [ Oğuz Ersen ] + * Translated using Weblate (Turkish) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + * Translated using Weblate (Turkish) + + [ Nikita Epifanov ] + * Translated using Weblate (Russian) + + [ Allan Nordhøy ] + * Translated using Weblate (Norwegian Bokmål) + * Translated using Weblate (Chinese (Simplified)) + * Translated using Weblate (Slovenian) + * Translated using Weblate (Greek) + * Translated using Weblate (Norwegian Bokmål) + + [ Veiko Aasa ] + * diagnostics: Show low system memory notifications + * notifications: Show severity level on every notification + + [ Coucouf ] + * Translated using Weblate (French) + + [ James Valleroy ] + * app: Add donation links in dropdown menu + * debian: Add Brazilian Portuguese debconf templates translation + (Closes: #972449) + - Thanks to Adriano Rafael Gomes for the translation. + * locale: Update translation strings + * doc: Fetch latest manual + + [ Fioddor Superconcentrado ] + * upgrades: Add status section showing version and upgrade status + * diagnostics: Lazy format all diagnostic test strings properly + * Translated using Weblate (Spanish) + * help: Link to updates page when new version is available + * updates: Eliminate delay and better status for manual upgrade + + [ Michael Breidenbach ] + * Translated using Weblate (Swedish) + + [ Sunil Mohan Adapa ] + * calibre: Add link to donation page + * app: Make the donation button more prominent + * calibre: Update group description to reflect 'using' app + + -- James Valleroy Mon, 19 Oct 2020 20:42:32 -0400 + plinth (20.15) unstable; urgency=medium [ Coucouf ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 3e38cd8e4..08600ac33 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '20.15' +__version__ = '20.16'