From 13761ff2ffd0b8d312aa05627b8d59e62329ebee Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 30 Jul 2018 19:05:26 -0400 Subject: [PATCH] Release v0.35.0 to unstable Signed-off-by: James Valleroy --- debian/changelog | 74 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 75 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 43ae90177..611c563cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,77 @@ +plinth (0.35.0) unstable; urgency=medium + + [ Igor ] + * Translated using Weblate (Russian) + + [ Luis A. Arizmendi ] + * Translated using Weblate (Spanish) + + [ ikmaak ] + * Translated using Weblate (Dutch) + + [ Bart Notelaers ] + * Translated using Weblate (Dutch) + + [ Doma Gergő ] + * Translated using Weblate (Hungarian) + + [ Gayathri Das ] + * Translated using Weblate (Hindi) + + [ Sciumedanglisc ] + * Translated using Weblate (Italian) + + [ Praveen Illa ] + * Translated using Weblate (Telugu) + + [ Jayasuganthi ] + * mediawiki: Enable short URLs + + [ Joseph Nuthalapati ] + * mediawiki: Override Debian settings in FreedomBoxSettings.php + * functional_tests: Fix first test failing on a pristine VM + * debian: Remove Bdale Garbee from the list of uploaders + * Add turbolinks + * turbolinks: Replace style elements in head with blocks in body + * functional_tests: Use body instead of html for state change check + * turbolinks: Disable caching on application visits + * configuration: Option to set a default app for FreedomBox + * configuration: Use augeas to edit Apache files + * configuration: Fix parsing error in retrieving default app + + [ వీవెన్ ] + * Translated using Weblate (Telugu) + + [ Johannes Keyser ] + * Translated using Weblate (German) + * text stripped from icons for mediawiki, radicale, tahoe-lafs + + [ Hemanth Kumar Veeranki ] + * Clarify description for radicale shared calendar/addressbook + * Remove deprecated `iqdisc` in ejabberd config + + [ Robert Martinez ] + * Adding link to HACKING.md + * Fix ejabberd logo #1336 + + [ Sunil Mohan Adapa ] + * udiskie: Move udisks2 methods to separate module + * storage: Fix parsing issues when mount point has spaces + * udiskie: Remove the unused ejectable property + * utils: Remove unused method + * udiskie: Add eject functionality for a drive + * udiskie: Also list read-only filesystems + * udiskie: Remove internal networks warning + * udiskie: Show special message when no storage device available + + [ James Valleroy ] + * udiskie: Import glib and udisks only inside methods + + [ Allan Nordhøy ] + * Translated using Weblate (Norwegian Bokmål) + + -- James Valleroy Mon, 30 Jul 2018 19:04:51 -0400 + plinth (0.34.0) unstable; urgency=medium [ Joseph Nuthalapati ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 305239c12..aabe8e2cd 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '0.34.0' +__version__ = '0.35.0'