Release v0.24.0 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2018-02-26 19:22:45 +01:00
parent f47b5fae8c
commit d93d26dad8
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 44 additions and 1 deletions

43
debian/changelog vendored
View File

@ -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 <jvalleroy@mailbox.org> Mon, 26 Feb 2018 18:22:23 +0100
plinth (0.23.0) unstable; urgency=medium
[ Sunil Mohan Adapa ]

View File

@ -18,4 +18,4 @@
Package init file.
"""
__version__ = '0.23.0'
__version__ = '0.24.0'