From d93d26dad8e1d73a594a2201e0eac76cbec2e23b Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 26 Feb 2018 19:22:45 +0100 Subject: [PATCH] Release v0.24.0 to unstable Signed-off-by: James Valleroy --- debian/changelog | 43 +++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bdbeb80fd..e55bccebe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,46 @@ +plinth (0.24.0) unstable; urgency=medium + + [ Joseph Nuthalapati ] + * Add file-sharing application Coquelicot to FreedomBox + * Translated using Weblate (Telugu) + * mediawiki: Allow shortcut to be publicly visible on front page + * clients: Add and correct Client Apps + * api: fix icon_url + * searx: New app for Searx metasearch engine + + [ Pavel Borecki ] + * Translated using Weblate (Czech) + + [ Allan Nordhøy ] + * Translated using Weblate (Chinese (Simplified)) + * Translated using Weblate (Norwegian Bokmål) + + [ Sunil Mohan Adapa ] + * Rename Plinth to FreedomBox in various places + * debian: Update copyright to FreedomBox Authors + * setup.py: Update website to freedombox.org + * Add locale for Hungarian (hu) + * locale: Update the language selection form + * config: Remove language selection from config page + * Don't use async for method parameters + * searx: Increase the secret key length to 64 bytes + + [ danielwine ] + * Translated using Weblate (Hungarian) + + [ Sai Kiran Naragam ] + * locale: Anonymous users can set preferred language + * locale: Adds preferred language for logged in user + + [ Luis A. Arizmendi ] + * Translated using Weblate (Spanish) + + [ Johannes Keyser ] + * Translated using Weblate (German) + * matrixsynapse: Fix mail attribute for ldap login + + -- James Valleroy Mon, 26 Feb 2018 18:22:23 +0100 + plinth (0.23.0) unstable; urgency=medium [ Sunil Mohan Adapa ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 2daaa5745..8b3cf4f15 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '0.23.0' +__version__ = '0.24.0'