From 97f603e998db987a8b0adb23c677ce77f2d60082 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sat, 9 Feb 2019 20:38:17 -0500 Subject: [PATCH] Release v19.0 to unstable Signed-off-by: James Valleroy --- debian/changelog | 35 +++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ec770e9bd..3c3f63598 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,38 @@ +plinth (19.0) unstable; urgency=high + + [ J. Carlos Romero ] + * mldonkey: Add some more clients to the module page + * mldonkey: Add to the description the three available front-ends + + [ Sunil Mohan Adapa ] + * monkeysphere: Fix handling of multiple domains and keys + * monkeysphere: Fix regression with reading new apache domain config + * apache: Cleanup domain configuration + * apache: Add support for mod_ssl in addition to mod_gnutls + * apache: Switch to mod_ssl from mod_gnutls + * mldonkey: Add systemd service file with security options + * mldonkey: Enable app + * action_utils: Fix checking for URL availability + * upgrades: Fix priority for buster-backports version + * upgrades: Fix premature adding of buster-backports sources + + [ Pavel Borecki ] + * Translated using Weblate (Czech) + + [ Johannes Keyser ] + * Translated using Weblate (German) + + [ advocatux ] + * Translated using Weblate (Spanish) + + [ James Valleroy ] + * locale: Update strings for translation + * Switched to a new version number scheme: YY.N + - YY is the year of release. + - N is the release number within that year. + + -- James Valleroy Sat, 09 Feb 2019 20:38:00 -0500 + plinth (0.49.1) unstable; urgency=medium [ Sunil Mohan Adapa ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 682c0ae55..ef9118ed4 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '0.49.1' +__version__ = '19.0'