From 24fc482bc69133052b07ce80fa100f7583098bb0 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 13 Aug 2018 18:25:03 -0400 Subject: [PATCH] Release v0.36.0 to unstable Signed-off-by: James Valleroy --- debian/changelog | 57 +++++++++++++++++++++++++++++++++++ doc/freedombox-manual.raw.xml | 31 ++++++++++++++++++- plinth/__init__.py | 2 +- 3 files changed, 88 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 611c563cc..c0fde779c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,60 @@ +plinth (0.36.0) unstable; urgency=medium + + [ Gayathri Das ] + * Translated using Weblate (Hindi) + + [ James Valleroy ] + * Fix validation error in Hindi translation + * Fix validation error in Spanish translation + * Add backups info to apps + * ejabberd: Cleanup config file upgrade + * Add license info for Lato fonts + * ci: Run test coverage and get report + * Commit patch for French debconf translation (Closes: #905933) + - Thanks to jean-pierre giraud for the patch. + + [ Luis A. Arizmendi ] + * Translated using Weblate (Spanish) + + [ Igor ] + * Translated using Weblate (Russian) + + [ Hemanth Kumar Veeranki ] + * Translated using Weblate (Telugu) + * Remove deprecated settings from already existing config files + * Add functional test to enable/disable Message Archive Management + + [ Joseph Nuthalapati ] + * Fix validation error in Spanish translation + * Translated using Weblate (Hindi) + * Trim the translation strings in Letsencrypt template where missing + * backups: Add core API for full/apps backup + * mediawiki: Fix issue with re-installation + * mediawiki: Enable Instant Commons + * mediawiki: Fix images throwing 403s + * turbolinks: Reload page using JavaScript + * functional tests: Fix failing test change default app + + [ Johannes Keyser ] + * Translated using Weblate (German) + + [ Doma Gergő ] + * Translated using Weblate (Hungarian) + + [ Robert Martinez ] + * Add woff2 fonts + + [ Prachi Srivastava ] + * Translated using Weblate (Hindi) + + [ manikanta varma datla ] + * Disable launch button for web client when not installed + + [ Pavel Borecki ] + * Translated using Weblate (Czech) + + -- James Valleroy Mon, 13 Aug 2018 18:24:33 -0400 + plinth (0.35.0) unstable; urgency=medium [ Igor ] diff --git a/doc/freedombox-manual.raw.xml b/doc/freedombox-manual.raw.xml index 3be270359..47a472f87 100644 --- a/doc/freedombox-manual.raw.xml +++ b/doc/freedombox-manual.raw.xml @@ -7468,6 +7468,35 @@ wget https://www.thinkpenguin.com/files/ath9k_firmware_free-version/htc_7010.fw]
Release Notes The following are the release notes for each FreedomBox version. +
+ Version 0.36.0 (2018-08-13) + + + Updated translations for Hindi, Spanish, Russian, Telugu, German, Hungarian, Czech, and French + + + ejabberd: Remove deprecated settings from already existing config files + + + mediawiki: Fix issue with re-installation + + + mediawiki: Enable Instant Commons + + + mediawiki: Fix images throwing 403s + + + turbolinks: Reload page using JavaScript + + + Add Lato woff2 fonts + + + Disable launch button for web client when not installed + + +
Version 0.35.0 (2018-07-30) @@ -7508,7 +7537,7 @@ wget https://www.thinkpenguin.com/files/ath9k_firmware_free-version/htc_7010.fw] Removed extra text from icons for mediawiki, radicale, and tahoe-lafs. - Updated translations for Russian, Spanish, Dutch, Hungarian, Hindi, Italian, Telugu, and German. + Updated translations for Russian, Spanish, Dutch, Hungarian, Hindi, Italian, Telugu, German, and Norwegian Bokmål.
diff --git a/plinth/__init__.py b/plinth/__init__.py index aabe8e2cd..80a748067 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '0.35.0' +__version__ = '0.36.0'