diff --git a/debian/changelog b/debian/changelog index bf295d79c..d27866df5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 05 Nov 2018 18:41:15 -0800 + plinth (0.41.0) unstable; urgency=medium [ Allan Nordhøy ] diff --git a/plinth/__init__.py b/plinth/__init__.py index a25120f67..e55dcafe4 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '0.41.0' +__version__ = '0.42.0'