From 45614b198b2d8672dbaae194cb5aa59bdeb70cbd Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 22 Jul 2019 19:23:45 -0400 Subject: [PATCH] Release v19.12 to experimental Signed-off-by: James Valleroy --- debian/changelog | 84 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 85 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c3cb29719..7a8d93daa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,87 @@ +plinth (19.12) experimental; urgency=medium + + [ Miguel A. Bouzada ] + * Added translation using Weblate (Galician) + * Translated using Weblate (Galician) + + [ Sunil Mohan Adapa ] + * dbus: Allow plinth user to own FreedomBox DBus service + * service: Implement action for systemd try-restart + * cockpit: Don't handle domains if app is not installed + * dynamicdns: Send domain added signal properly during init + * letsencrypt: Force commands to be non-interactive + * letsencrypt: Remove renewal hooks implementation + * letsencrypt: Remove old style hooks from all configuration files + * letsencrypt: Remove deprecated logger.warn + * letsencrypt: Remove special treatment for domain added from 'config' + * letsencrypt: Implement DBus service for renewal notifications + * letsencrypt: Add lineage information in status + * letsencyrpt: Implement action to copy certificates + * letsencrypt: Implement action to compare copied certificates + * letsencrypt: Introduce component for handling certificates + * letsencrypt: Add permanent hook to receive renewal notifications + * letsencrypt: Trigger renewal certificate events in component + * letsencrypt: Trigger events for obtain, revoke and delete + * letsencrypt: Implement re-obtain separately + * letsencrypt: Handling certificate renewals when daemon is offline + * apache: Add let's encrypt certificate component + * matrixsynapse: Add let's encrypt component for certficiates + * ejabberd: Add let's encrypt component for managing certificates + * ejabberd: Backup and restore TLS certificates + * sso: Use new features of axes, log axes messages + * Minor yapf and isort changes + + [ Pavel Borecki ] + * Translated using Weblate (Czech) + + [ Petter Reinholdtsen ] + * Translated using Weblate (Norwegian Bokmål) + + [ Allan Nordhøy ] + * Translated using Weblate (Norwegian Bokmål) + + [ Doma Gergő ] + * Translated using Weblate (Hungarian) + + [ Luis A. Arizmendi ] + * Translated using Weblate (Spanish) + + [ Joseph Nuthalapati ] + * backups: Add option to select/deselect all apps for backup or restore + * backups: Change "select all" to a pure JavaScript implementation + * Translated using Weblate (Telugu) + * Translated using Weblate (Chinese (Simplified)) + * sharing: Allow directories to be publicly shared + * sharing: Add functional test for public shares + * sharing: Add JavaScript to hide user groups for public shares + * sharing: Simplify --is-public option + * sharing: Indicate public shares in listing of shares + + [ Johannes Keyser ] + * Translated using Weblate (German) + + [ Mesut Akcan ] + * Translated using Weblate (Turkish) + + [ Elizabeth Sherrock ] + * Translated using Weblate (Chinese (Simplified)) + + [ Anxin YI ] + * Translated using Weblate (Chinese (Simplified)) + + [ Igor ] + * Translated using Weblate (Russian) + + [ ZeroAurora ] + * Translated using Weblate (Chinese (Simplified)) + + [ James Valleroy ] + * Translated using Weblate (Chinese (Simplified)) + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Mon, 22 Jul 2019 19:23:02 -0400 + plinth (19.11) experimental; urgency=medium [ THANOS SIOURDAKIS ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 0f00ceea9..23fe02126 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '19.11' +__version__ = '19.12'