Release v0.36.0 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2018-08-13 18:25:03 -04:00
parent 812738959e
commit 24fc482bc6
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
3 changed files with 88 additions and 2 deletions

57
debian/changelog vendored
View File

@ -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 <jvalleroy@mailbox.org> Mon, 13 Aug 2018 18:24:33 -0400
plinth (0.35.0) unstable; urgency=medium
[ Igor ]

View File

@ -7468,6 +7468,35 @@ wget https://www.thinkpenguin.com/files/ath9k_firmware_free-version/htc_7010.fw]
<section>
<title>Release Notes</title>
<para>The following are the release notes for each FreedomBox version. </para>
<section>
<title>Version 0.36.0 (2018-08-13)</title>
<itemizedlist>
<listitem>
<para>Updated translations for Hindi, Spanish, Russian, Telugu, German, Hungarian, Czech, and French </para>
</listitem>
<listitem>
<para>ejabberd: Remove deprecated settings from already existing config files </para>
</listitem>
<listitem>
<para>mediawiki: Fix issue with re-installation </para>
</listitem>
<listitem>
<para>mediawiki: Enable Instant Commons </para>
</listitem>
<listitem>
<para>mediawiki: Fix images throwing 403s </para>
</listitem>
<listitem>
<para>turbolinks: Reload page using JavaScript </para>
</listitem>
<listitem>
<para>Add Lato woff2 fonts </para>
</listitem>
<listitem>
<para>Disable launch button for web client when not installed </para>
</listitem>
</itemizedlist>
</section>
<section>
<title>Version 0.35.0 (2018-07-30)</title>
<itemizedlist>
@ -7508,7 +7537,7 @@ wget https://www.thinkpenguin.com/files/ath9k_firmware_free-version/htc_7010.fw]
<para>Removed extra text from icons for mediawiki, radicale, and tahoe-lafs. </para>
</listitem>
<listitem>
<para>Updated translations for Russian, Spanish, Dutch, Hungarian, Hindi, Italian, Telugu, and German. </para>
<para>Updated translations for Russian, Spanish, Dutch, Hungarian, Hindi, Italian, Telugu, German, and Norwegian Bokmål. </para>
</listitem>
</itemizedlist>
</section>

View File

@ -18,4 +18,4 @@
Package init file.
"""
__version__ = '0.35.0'
__version__ = '0.36.0'