Release v19.18 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2019-10-07 19:15:54 -04:00
parent 0b78a40766
commit 4a85167b5b
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 48 additions and 1 deletions

47
debian/changelog vendored
View File

@ -1,3 +1,50 @@
plinth (19.18) unstable; urgency=medium
[ Matthias Dellweg ]
* diagnose: Move negating diagnose result inside try block
[ Fioddor Superconcentrado ]
* Translated using Weblate (Spanish)
[ Luis A. Arizmendi ]
* Translated using Weblate (Spanish)
[ Allan Nordhøy ]
* Translated using Weblate (Norwegian Bokmål)
[ Dietmar ]
* Translated using Weblate (German)
[ Sunil Mohan Adapa ]
* pagekite: Remove first wizard step for danube edition
* pagekite: cosmetic: yapf and isort changes
* debian: Remove python3-requests from depends list
* users: Make UI close to rest of the apps
* upgrades: Remove unnecessary subsubmenu
* ikiwiki: Remove subsubmenu in favor of toolbar
* networks: Remove subsubmenu in favor of toolbar buttons
* backups: Remove unnecessary use of subsubmenu template
* templates: Remove unused invocation of subsubmenu
* templates: Simplify unnecessary override
* templates: Provide subsubmenu functionality in app.html
* dynamicdns: Use app.html instead of app-subsubmenu.html
* i2p: Use app.html instead of app-subsubmenu.html
* pagekite: Use app.html instead of app-subsubmenu.html
* snapshot: Use app.html instead of app-subsubmenu.html
* templates: Remove unused app-subsubmenu.html
* deluge: Support deluge 2 by starting it properly
* minetest: Remove mod-torches no longer available in testing/unstable
[ James Valleroy ]
* security: Add past vulnerabilities count
* security: Move security report to new page
* locale: Update translation strings
* doc: Fetch latest manual
* d/control: Add Rules-Requires-Root: no
* d/control: Update Standards-Version to 4.4.1
-- James Valleroy <jvalleroy@mailbox.org> Mon, 07 Oct 2019 19:06:16 -0400
plinth (19.17) unstable; urgency=medium
[ Pavel Borecki ]

View File

@ -18,4 +18,4 @@
Package init file.
"""
__version__ = '19.17'
__version__ = '19.18'