diff --git a/debian/changelog b/debian/changelog index 1bf2830c8..49312e7f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 30 Dec 2019 21:17:58 -0500 + plinth (19.23) unstable; urgency=medium [ Thomas Vincent ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 3660ce13f..444dbc518 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '19.23' +__version__ = '19.24'