From 64024725be8072c571946e0cc62915a30b292587 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 6 Apr 2020 20:53:29 -0400 Subject: [PATCH] Release v20.6 to unstable Signed-off-by: James Valleroy --- debian/changelog | 69 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 70 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f82826682..b378176fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,72 @@ +plinth (20.6) unstable; urgency=medium + + [ wind ] + * Translated using Weblate (Russian) + + [ Thomas Vincent ] + * Translated using Weblate (French) + * Translated using Weblate (French) + + [ Alice Kile ] + * app: Separate app enable/disable form from config form + + [ Sunil Mohan Adapa ] + * pagekite: Fix functional tests + * monkeysphere: Making styling more specific to avoid interference + * networks: Make styling more specific to avoid interference + * syncthing: Update description to mention 'syncthing' group + + [ Michael Breidenbach ] + * Translated using Weblate (German) + + [ Coucouf ] + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + + [ Pavel Borecki ] + * Translated using Weblate (Czech) + + [ James Valleroy ] + * radicale: Support upgrade to any 2.x version + * packages: Mark freedombox package as held during package installs + * packages: Keep existing hold if already set + * locale: Update translation strings + * doc: Fetch latest manual + * debian: Cleanup overrides for jsxc symlinks + + [ Allan Nordhøy ] + * Translated using Weblate (German) + * Translated using Weblate (French) + * Translated using Weblate (Italian) + * Translated using Weblate (Hindi) + + [ Joseph Nuthalapati ] + * users: Add component for managing users and groups + * yapf: Update conf to add blank line before nested class/def + * cosmetic: Minor yapf and other fixes + * app: Fix grammar in developer documentation string + * ikiwiki: Disable edits. Add moderation of comments + * Translated using Weblate (Telugu) + * vagrant: Skip upgrading freedombox dependencies + * firewalld: Force upgrade anything in [0.7, 0.9) + * infinoted: Fix permissions of sync directory + + [ vihor ] + * Added translation using Weblate (Serbian) + * Translated using Weblate (Serbian) + + [ Luis A. Arizmendi ] + * Translated using Weblate (Spanish) + + -- James Valleroy Mon, 06 Apr 2020 20:40:17 -0400 + plinth (20.5.1) unstable; urgency=medium [ Petter Reinholdtsen ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 27cd3dc87..47ecb5ca1 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '20.5.1' +__version__ = '20.6'