diff --git a/debian/changelog b/debian/changelog index e464fb3cf..446146c1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +plinth (0.30.0) unstable; urgency=medium + + [ Igor ] + * Translated using Weblate (Russian) + + [ Sciumedanglisc ] + * Translated using Weblate (Italian) + + [ Allan Nordhøy ] + * Translated using Weblate (Norwegian Bokmål) + + [ danielwine ] + * Translated using Weblate (Hungarian) + + [ Gayathri Das ] + * Translated using Weblate (Hindi) + + [ Joseph Nuthalapati ] + * setup: Remove unavailable as a state in setup_helper + + -- James Valleroy Mon, 21 May 2018 17:15:47 -0400 + plinth (0.29.1) unstable; urgency=high [ Pavel Borecki ] diff --git a/doc/freedombox-manual.raw.xml b/doc/freedombox-manual.raw.xml index 40fb9f085..6d764a5cf 100644 --- a/doc/freedombox-manual.raw.xml +++ b/doc/freedombox-manual.raw.xml @@ -7372,6 +7372,17 @@ 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.30.0 (2018-05-21) + + + Updated translations for Russian, Italian, Norwegian Bokmål, Hungarian, and Hindi + + + setup: Remove unavailable as a state in setup_helper + + +
Version 0.29.1 (2018-05-08) diff --git a/plinth/__init__.py b/plinth/__init__.py index 42d03d22e..3dff9c187 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '0.29.0' +__version__ = '0.30.0'