diff --git a/debian/changelog b/debian/changelog index 3c3f63598..d0f8b381d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,41 @@ +plinth (19.1) unstable; urgency=medium + + [ James Valleroy ] + * radicale: Log errors during upgrade + * radicale: Bump version to 2 + * radicale: Remove obsolete diagnostics + * radicale: Fix server URLs in client info + * locale: Update translation strings + * doc: Fetch latest manual + + [ Pavel Borecki ] + * Translated using Weblate (Czech) + + [ Allan Nordhøy ] + * Translated using Weblate (Norwegian Bokmål) + + [ Petter Reinholdtsen ] + * Translated using Weblate (Norwegian Bokmål) + + [ advocatux ] + * Translated using Weblate (Spanish) + + [ Sunil Mohan Adapa ] + * setup: Add option to handle configuration prompts during install + * radicale: Simplify upgrading to newer packages + * matrixsynapse: Remove hard-coded URL + * matrixsynapse: Fix issues with showing certificate warning + * letsencrypt: Fix issue with disabling matrixsynapse checkbox + * matrixsynapse: Don't check for current domain in renew hook + * matrixsynapse: Fix potential exposure of private key + * matrixsynapse: Setup certificate after domain selection + * matrixsynapse: Better checking for valid certificate + + [ Joseph Nuthalapati ] + * matrixsynapse: Use Let's Encrypt certificates + + -- James Valleroy Thu, 14 Feb 2019 06:01:19 -0500 + plinth (19.0) unstable; urgency=high [ J. Carlos Romero ] diff --git a/plinth/__init__.py b/plinth/__init__.py index ef9118ed4..0876dcd84 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '19.0' +__version__ = '19.1'