Release v20.9 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2020-05-18 19:43:25 -04:00
parent eac1256b4b
commit 10924a1dca
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 62 additions and 1 deletions

61
debian/changelog vendored
View File

@ -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 <jvalleroy@mailbox.org> Mon, 18 May 2020 19:42:49 -0400
plinth (20.8) unstable; urgency=medium
[ Luis A. Arizmendi ]

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '20.8'
__version__ = '20.9'