Release v0.42.0 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2018-11-05 18:41:35 -08:00
parent fdf461d2e7
commit 629e34f93c
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 42 additions and 1 deletions

41
debian/changelog vendored
View File

@ -1,3 +1,44 @@
plinth (0.42.0) unstable; urgency=medium
[ Robert Martinez ]
* Fix wrong color in mobile menu
[ James Valleroy ]
* snapshot: Handle snapper list output change
* functional_tests: Fix steps with domain parameter
[ Joseph Nuthalapati ]
* Translated using Weblate (Telugu)
* tor: Add functional tests for relays and hidden services
* tor: Enable backup/restore
* upgrades: Add functional tests
* upgrades: Enable backup/restore
* monkeysphere: Handle importing new OpenSSH format keys
* monkeysphere: yapf reformatting
* tests: Change the domain to be an FQDN
* monkeysphere: Add functional tests for import/publish keys
* monkeysphere: Enable backup/restore
* monkeysphere: Skip functional tests until bugs are resolved
* letsencrypt: Enable backup/restore
* tahoe: Minor changes to facilitate functional tests
* tahoe: Add functional tests
* tahoe: Enable backup/restore
* tahoe: yapf run
* udiskie: unmount drive as superuser
[ buoyantair ]
* Translated using Weblate (Telugu)
[ Michael Pimmer ]
* Actions: use local plinth in development mode
* Actions: path in development mode: do not preserve PYTHONPATH
[ ButterflyOfFire ]
* Translated using Weblate (Indonesian)
* Translated using Weblate (Italian)
-- James Valleroy <jvalleroy@mailbox.org> Mon, 05 Nov 2018 18:41:15 -0800
plinth (0.41.0) unstable; urgency=medium
[ Allan Nordhøy ]

View File

@ -18,4 +18,4 @@
Package init file.
"""
__version__ = '0.41.0'
__version__ = '0.42.0'