From 18309d7cb802dc72247f7c66c561819f6338c30a Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Thu, 7 Feb 2019 21:24:04 -0500 Subject: [PATCH] Release v0.49.1 to unstable Signed-off-by: James Valleroy --- debian/changelog | 32 ++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e468ef98a..ec770e9bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,35 @@ +plinth (0.49.1) unstable; urgency=medium + + [ Sunil Mohan Adapa ] + * ui: Fix regression with configure button in home page + * backups: Rename 'Abort' buttons to 'Cancel' + * backups: Use icon for add repository button + * backups: Move subsubmenu below description + * backups: Add title and description to other pages + * backups: Add link to manual page + * backups: Fix styling for upload size warning + * backups: Increase timeout for SSH operations to 30 seconds + * backups: Minor styling fixes + + [ Pavel Borecki ] + * Translated using Weblate (Czech) + + [ Petter Reinholdtsen ] + * Translated using Weblate (Norwegian Bokmål) + + [ advocatux ] + * Translated using Weblate (Spanish) + + [ Joseph Nuthalapati ] + * letsencrypt: UI: Fix checkbox disabling + + [ James Valleroy ] + * datetime: Switch from chrony to systemd-timesyncd + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Thu, 07 Feb 2019 21:23:32 -0500 + plinth (0.49.0) unstable; urgency=medium [ Prachi Srivastava ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 6178d1885..682c0ae55 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '0.49.0' +__version__ = '0.49.1'