mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-10 11:00:22 +00:00
Release v20.2 to unstable
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
879927a290
commit
8f63590882
66
debian/changelog
vendored
66
debian/changelog
vendored
@ -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 ]
|
||||
|
||||
@ -18,4 +18,4 @@
|
||||
Package init file.
|
||||
"""
|
||||
|
||||
__version__ = '20.1'
|
||||
__version__ = '20.2'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user