Release v20.0 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2020-01-13 19:12:07 -05:00
parent 25aa784651
commit 4386ad4f13
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 61 additions and 1 deletions

60
debian/changelog vendored
View File

@ -1,3 +1,63 @@
plinth (20.0) unstable; urgency=medium
[ Veiko Aasa ]
* users: Fix test fixture that disables console login restrictions
* gitweb: Add tests for views
* samba: Improve actions script startup time
* deluge: Manage starting/stoping deluged
* deluge: Fix set default daemon
[ Nektarios Katakis ]
* openvpn: Enable support for communication among all clients
* Translated using Weblate (Greek)
* Translated using Weblate (Greek)
* Translated using Weblate (Greek)
* Translated using Weblate (Greek)
[ Sunil Mohan Adapa ]
* gitweb: Fix flake8 error that is causing pipeline failures
* storage: Ignore errors resizing partition during initial setup
* storage: Make partition resizing work with parted 3.3
* debian: Add powermgmt-base to recommends list
* openvpn: Enable IPv6 for server and client outside the tunnel
* networks: Refactor creating a network manager client
* networks: Remove unused method
* networks: Fix crashing when accessing network manager D-Bus API
[ Michael Breidenbach ]
* Translated using Weblate (German)
* Translated using Weblate (Swedish)
* Translated using Weblate (German)
* Translated using Weblate (German)
[ Doma Gergő ]
* Translated using Weblate (Hungarian)
[ Joseph Nuthalapati ]
* mediawiki: Use a mobile-friendly skin by default
* mediawiki: Allow admin to set default skin
* mediawiki: Fix functional tests depending on skin
[ James Valleroy ]
* Translated using Weblate (Greek)
* Translated using Weblate (Greek)
* openvpn: Add diagnostic for ipv6 port
* matrixsynapse: Allow upgrade to 1.8.*
* security: Add explanation of sandboxing
* locale: Update translation strings
* doc: Fetch latest manual
[ Allan Nordhøy ]
* Translated using Weblate (Norwegian Bokmål)
[ Thomas Vincent ]
* Translated using Weblate (French)
[ Ralf Barkow ]
* Translated using Weblate (German)
-- James Valleroy <jvalleroy@mailbox.org> Mon, 13 Jan 2020 19:11:44 -0500
plinth (19.24) unstable; urgency=medium
[ Thomas Vincent ]

View File

@ -18,4 +18,4 @@
Package init file.
"""
__version__ = '19.24'
__version__ = '20.0'