diff --git a/debian/changelog b/debian/changelog index 74943d881..099b8357e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,69 @@ +plinth (20.2) unstable; urgency=medium + + [ Veiko Aasa ] + * networks: Support virtual Ethernet (veth) devices + * diagnostics: Show firewall service status + * users: Fix functional test delete user + * storage: Show disks if FreedomBox is running in an unprivileged container + * service: Stop service not before but after disabling it + * users: More precise username validation + * sso, users: Turn off autocapitalization on the username field + * users: Add unit tests for views + * help: Fix anchor hidden under navbar + + [ Joseph Nuthalapati ] + * tests: Use the latest version of geckodriver + * vagrant: Add alias for run --develop + * l10n: Add blocktrans trimmed tag on a block + * l10n: Add missing trimmed to blocktrans blocks + * vagrant: Allocate cpus equal to the no. of cores + * Translated using Weblate (Telugu) + * searx: Fix installation issue for 0.16.0 + + [ Sunil Mohan Adapa ] + * firewall: Show Run Diagnostics button in app + * help: Eliminate redundant HTML attribute in template + * glib: Create a new module to deal with all things glib + * glib: Introduce method to schedule an operation at regular intervals + * web_framework: Set the timezone to UTC + * log: Ability to log SQL queries (disabled by default) + * tests: Allow adding test templates + * models: Add model for storing notifications + * notification: New API for showing better notifications + * notification: Add tests for notification API + * views: A view to dismiss notifications + * notification: Show a drop down from main navbar for notifications + * storage: Show low disk space warning using notifications API + * upgrades: Show notification when FreedomBox is updated + * storage: In develop mode check for low disk space more frequently + + [ Thomas Vincent ] + * Translated using Weblate (French) + + [ Allan Nordhøy ] + * Translated using Weblate (Norwegian Bokmål) + + [ Ralf Barkow ] + * Translated using Weblate (German) + + [ Luis A. Arizmendi ] + * Translated using Weblate (Spanish) + + [ James Valleroy ] + * users: Make help text translatable + * security: Add Sandbox Coverage to report page + * bind: Add CapabilityBoundingSet and ReadWritePaths to service file + * matrixsynapse: Enable systemd sandboxing + * security: Drop PrivateUsers=yes from all service files + * locale: Update translation strings + * doc: Fetch latest manual + + [ Michael Breidenbach ] + * Translated using Weblate (German) + * Translated using Weblate (Swedish) + + -- James Valleroy Mon, 10 Feb 2020 19:22:55 -0500 + plinth (20.1) unstable; urgency=medium [ ikmaak ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 3ba5fe8e5..5e73e64c0 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '20.1' +__version__ = '20.2'