diff --git a/debian/changelog b/debian/changelog index 1a232c627..56cd71bd0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,64 @@ +plinth (20.9) unstable; urgency=medium + + [ Petter Reinholdtsen ] + * Translated using Weblate (Norwegian Bokmål) + + [ James Valleroy ] + * snapshot: Set as essential module + * functional_tests: snapshot: Skip delete all when there are no snapshots + * quassel: Use systemd sandboxing features + * minidlna: Move sysctl config to /etc/sysctl.d/50-freedombox.conf + * upgrades: Add needrestart to restart services as needed + * upgrades: Enable Automatic-Reboot option of unattended-upgrades + * locale: Update translation strings + * doc: Fetch latest manual + + [ Michael Breidenbach ] + * Translated using Weblate (German) + * Translated using Weblate (Swedish) + + [ Fioddor Superconcentrado ] + * Folder remained unrenamed. Should have changed along with git links. + + [ Sunil Mohan Adapa ] + * snapshot: Fix issues with restore and delete + * performance: Add basic functional tests + * daemon: Allow using an alias when enabling a daemon + * bind: Add daemon alias for bind9 -> named + * daemon: bind: cosmetic: yapf, isort formatting + * firewall: Reload firewalld so it works with newly installed services + * glib: Allow scheduling non-repeating tasks in separate threads + * notification: Expand and clarify restriction on id property + * storage: Auto-mount disks, notify of failing disks + * package: Fix error log when checking if package manager is busy + * power: cosmetic: Fix flake8 warnings + * first_setup: Fix regression with logo not showing + * minidlna: cosmetic: isort fixes + * mediawiki: Stop jobrunner during backup/restore + * minidlna: Stop daemon during backup/restore + * mumble: Stop server during backup/restore + * quassel: Fix stopping server during backup/restore + * tor: Fix stopping server during backup/restore + * upgrades: Always schedule a reboot at 02:00 local time + * upgrades: Add information about service restart and system reboot + * performance: Launch the Cockpit graphs directly if possible + + [ Joseph Nuthalapati ] + * samba: Change description to Network File Storage + * functional-tests: Skip network setup wizard + * functional-tests: Move Disable tests to the end + + [ fred1m ] + * performance: Add app for system monitoring + + [ Luis A. Arizmendi ] + * Translated using Weblate (Spanish) + + [ Artem ] + * Translated using Weblate (Russian) + + -- James Valleroy Mon, 18 May 2020 19:42:49 -0400 + plinth (20.8) unstable; urgency=medium [ Luis A. Arizmendi ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 670e48598..e4e759f85 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '20.8' +__version__ = '20.9'