Release v20.2 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2020-02-10 19:23:16 -05:00
parent 879927a290
commit 8f63590882
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 67 additions and 1 deletions

66
debian/changelog vendored
View File

@ -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 <jvalleroy@mailbox.org> Mon, 10 Feb 2020 19:22:55 -0500
plinth (20.1) unstable; urgency=medium
[ ikmaak ]

View File

@ -18,4 +18,4 @@
Package init file.
"""
__version__ = '20.1'
__version__ = '20.2'