Release v19.9 to experimental

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2019-06-10 19:19:43 -04:00
parent 41cec40eb1
commit 4c4a59e5fe
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 (19.9) experimental; urgency=medium
[ Danny Haidar ]
* Added translation using Weblate (Bulgarian)
[ Sunil Mohan Adapa ]
* menu: Remove unused template submenu.html
* menu: Removed unused templates, methods and properties
* Introduce component architecture and menu component
* Turn frontpage shortcut into an app component
[ James Valleroy ]
* config: Update migration to use app id
* searx: Update to use shortcut component
* config: Add option to show advanced apps
* monkeysphere: Hide by default
* locale: Update translation strings
* doc: Fetch latest manual
[ Joseph Nuthalapati ]
* searx: Add option to allow public access to the application
* searx: Preserve public_access setting
* searx: Improve functional tests
[ Mesut Akcan ]
* Translated using Weblate (Turkish)
[ Allan Nordhøy ]
* Translated using Weblate (Norwegian Bokmål)
-- James Valleroy <jvalleroy@mailbox.org> Mon, 10 Jun 2019 19:18:52 -0400
plinth (19.8) experimental; urgency=medium
[ Pavel Borecki ]

View File

@ -18,4 +18,4 @@
Package init file.
"""
__version__ = '19.8'
__version__ = '19.9'