From c4c3adbbaa70a0c468132773954c3adacb180267 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 10 Sep 2018 18:12:47 -0400 Subject: [PATCH] Release v0.38.0 to unstable Signed-off-by: James Valleroy --- debian/changelog | 40 ++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a1d447ab3..bcdf9b3e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,43 @@ +plinth (0.38.0) unstable; urgency=medium + + [ Allan Nordhøy ] + * Translated using Weblate (Norwegian Bokmål) + + [ Pavel Borecki ] + * Translated using Weblate (Czech) + + [ Igor ] + * Translated using Weblate (Russian) + + [ Johannes Keyser ] + * Translated using Weblate (German) + + [ BO41 ] + * Translated using Weblate (German) + + [ Doma Gergő ] + * Translated using Weblate (Hungarian) + + [ Vignan Lavu ] + * mediawiki: Enable SVG support for MediaWiki + + [ advocatux ] + * Translated using Weblate (Spanish) + + [ Joseph Nuthalapati ] + * Install ncurses-term during vagrant file provision + * docs: Fix MediaWiki manual page download failing + * manual: Remove footer for manual pages using Python XML module + * upgrades: Clean up old kernel packages during automatic upgrades + * turbolinks: Make the progress bar white and thicker + + [ James Valleroy ] + * debian: Add German translation of debconf messages (Closes: #907787) + - Thanks to Helge Kreutzmann for the patch. + * tests: Make coverage package optional + + -- James Valleroy Mon, 10 Sep 2018 18:12:06 -0400 + plinth (0.37.0) unstable; urgency=medium [ Pavel Borecki ] diff --git a/plinth/__init__.py b/plinth/__init__.py index cbf431b50..161440a15 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '0.37.0' +__version__ = '0.38.0'