From 4386ad4f13bdf50c8cf0346920ad1b2d6b7b2b40 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 13 Jan 2020 19:12:07 -0500 Subject: [PATCH] Release v20.0 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 49312e7f7..47fd19c1b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,63 @@ +plinth (20.0) unstable; urgency=medium + + [ Veiko Aasa ] + * users: Fix test fixture that disables console login restrictions + * gitweb: Add tests for views + * samba: Improve actions script startup time + * deluge: Manage starting/stoping deluged + * deluge: Fix set default daemon + + [ Nektarios Katakis ] + * openvpn: Enable support for communication among all clients + * Translated using Weblate (Greek) + * Translated using Weblate (Greek) + * Translated using Weblate (Greek) + * Translated using Weblate (Greek) + + [ Sunil Mohan Adapa ] + * gitweb: Fix flake8 error that is causing pipeline failures + * storage: Ignore errors resizing partition during initial setup + * storage: Make partition resizing work with parted 3.3 + * debian: Add powermgmt-base to recommends list + * openvpn: Enable IPv6 for server and client outside the tunnel + * networks: Refactor creating a network manager client + * networks: Remove unused method + * networks: Fix crashing when accessing network manager D-Bus API + + [ Michael Breidenbach ] + * Translated using Weblate (German) + * Translated using Weblate (Swedish) + * Translated using Weblate (German) + * Translated using Weblate (German) + + [ Doma Gergő ] + * Translated using Weblate (Hungarian) + + [ Joseph Nuthalapati ] + * mediawiki: Use a mobile-friendly skin by default + * mediawiki: Allow admin to set default skin + * mediawiki: Fix functional tests depending on skin + + [ James Valleroy ] + * Translated using Weblate (Greek) + * Translated using Weblate (Greek) + * openvpn: Add diagnostic for ipv6 port + * matrixsynapse: Allow upgrade to 1.8.* + * security: Add explanation of sandboxing + * locale: Update translation strings + * doc: Fetch latest manual + + [ Allan Nordhøy ] + * Translated using Weblate (Norwegian Bokmål) + + [ Thomas Vincent ] + * Translated using Weblate (French) + + [ Ralf Barkow ] + * Translated using Weblate (German) + + -- James Valleroy Mon, 13 Jan 2020 19:11:44 -0500 + plinth (19.24) unstable; urgency=medium [ Thomas Vincent ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 444dbc518..7ac7bd615 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '19.24' +__version__ = '20.0'