From ba9700cf0f751767b38718cb7c48739c8386b743 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 12 Aug 2019 19:32:00 -0400 Subject: [PATCH] Release v19.14 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 3d3db95b7..a2abc8a8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,70 @@ +plinth (19.14) unstable; urgency=medium + + [ James Valleroy ] + * functional_tests: Fix delete backup path + * tests: Test add custom shortcuts to frontpage + * locale: Update translation strings + * doc: Fetch latest manual + * debian: Update standards version to 4.4.0 + * debian: Switch to debhelper-compat + + [ Pavel Borecki ] + * Translated using Weblate (Czech) + + [ Doma Gergő ] + * Translated using Weblate (Hungarian) + + [ pierre ] + * Translated using Weblate (French) + + [ ZeroAurora ] + * Translated using Weblate (Chinese (Simplified)) + + [ Sunil Mohan Adapa ] + * storage: Handle all device paths during eject + * storage: Fix incorrect i18n when throwing and error + * storage: yapf changes + * setup: Clarify success log message when force upgrading + * Yapf changes + * firewall: Force upgrade to firewalld 0.7.x + * frontpage: Fix regression with loading custom shortcuts + * frontpage: Log a message when loading custom shortcuts + * upgrades: Set apt configuration to allow release info change + * tests: Fix flake8 warning about unused imports + * Minor yapf fixes + * names: Minor styling fixes + * names: Don't enumerate services for domains supporting all + * names: Introduce new API to manage domains + * names: Declare domain types in various apps + * names: Make all apps use new api to retrieve domain names + * names: Use new API in all apps + * letsencrypt: Revoke certificate only if it exists + * letsencrypt: Fix problem with automatically obtaining certificates + * cockpit: Don't error out when removing an unknown domain + * ejabberd: Ensure that hosts are not duplicated in configuration + * ejabberd: Use domain added signal for listening to domain changes + * cockpit: Don't handle the domain changed signal + * letsencrypt: Remove unused listen to domain change signal + * config: Remove unused domain change signal + * api: Fix regression with listing only enabled apps in mobile app + + [ Joseph Nuthalpati ] + * upgrades: Use reusable collapsible-button style for logs + + [ Mesut Akcan ] + * Translated using Weblate (Turkish) + + [ Radek Pasiok ] + * Translated using Weblate (Polish) + + [ Anxin YI ] + * Translated using Weblate (Chinese (Simplified)) + + [ Allan Nordhøy ] + * Translated using Weblate (Norwegian Bokmål) + + -- James Valleroy Mon, 12 Aug 2019 19:31:35 -0400 + plinth (19.13) unstable; urgency=low [ Nikolas Nyby ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 61fd5e6ec..353a685f6 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '19.13' +__version__ = '19.14'