Release v0.49.1 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2019-02-07 21:24:04 -05:00
parent 54359c84df
commit 18309d7cb8
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 33 additions and 1 deletions

32
debian/changelog vendored
View File

@ -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 <jvalleroy@mailbox.org> Thu, 07 Feb 2019 21:23:32 -0500
plinth (0.49.0) unstable; urgency=medium
[ Prachi Srivastava ]

View File

@ -18,4 +18,4 @@
Package init file.
"""
__version__ = '0.49.0'
__version__ = '0.49.1'