Release v19.24 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2019-12-30 21:18:16 -05:00
parent 86ccf5b2ed
commit 38442ef7a0
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 71 additions and 1 deletions

70
debian/changelog vendored
View File

@ -1,3 +1,73 @@
plinth (19.24) unstable; urgency=medium
[ Thomas Vincent ]
* Translated using Weblate (French)
* Translated using Weblate (French)
[ Veiko Aasa ]
* app: Fix javascript doesn't run on first visit
* samba: private shares
* storage: Tests for the directory validation action
* users: Add tests for the Samba user database
[ James Valleroy ]
* samba: Fix spelling in description
* debian: Update French debconf translation (Closes: #947386)
- Thanks to Jean-Pierre Giraud for the patch.
* firewall: Support upgrading firewalld to 0.8
* mldonkey: Add ProtectKernelLogs
* deluge: Use systemd sandboxing features
* infinoted: Use systemd sandboxing features
* storage: Add systemd sandboxing features to udiskie service
* upgrades: Add systemd sandboxing features to repository setup service
* security: List whether each app is sandboxed
* locale: Update translation strings
* debian: Update Dutch debconf translation (Closes: #947136)
- Thanks to Frans Spiesschaert for the patch.
* doc: Fetch latest manual
[ Michael Breidenbach ]
* Translated using Weblate (German)
* Translated using Weblate (Swedish)
[ Nektarios Katakis ]
* Translated using Weblate (Greek)
[ Doma Gergő ]
* Translated using Weblate (Hungarian)
[ Allan Nordhøy ]
* Translated using Weblate (Norwegian Bokmål)
[ Kunal Mehta ]
* mediawiki: Pass --quick when running update.php
[ Sunil Mohan Adapa ]
* help: Refactor to move app into __init__.py for consistency
* app: Introduce API to return a list of all apps
* app: Introduce API to run diagnostics on an app
* apache: Implement diagnostic test for web server component
* daemon: Implement diagnostic test for daemon component
* daemon: Implement diagnostic test to check if a daemon is running
* firewall: Implement new diagnostic tests to check port status
* diagnostics: Use new component based API for all diagnostic tests
* cosmetic: Yapf and isort fixes
* daemon: Move diagnosing port listening into daemon module
* daemon: Move diagnosing using netcat to daemon module
* apache: Move diagnostics for checking URLs into apache module
* app: Implement API to check if app/component has diagnostics
* views: Don't require sending diagnostics module name separately
* minidlna: Fix showing clients information
* mediawiki: Fix problem with session cache failing logins
[ Ralf Barkow ]
* Translated using Weblate (German)
[ erlendnagel ]
* Translated using Weblate (Dutch)
-- James Valleroy <jvalleroy@mailbox.org> Mon, 30 Dec 2019 21:17:58 -0500
plinth (19.23) unstable; urgency=medium
[ Thomas Vincent ]

View File

@ -18,4 +18,4 @@
Package init file.
"""
__version__ = '19.23'
__version__ = '19.24'