diff --git a/debian/changelog b/debian/changelog index 04a67a226..43ae90177 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,40 @@ +plinth (0.34.0) unstable; urgency=medium + + [ Joseph Nuthalapati ] + * firstboot: Prompt for secret during firstboot welcome + * firstboot: Add debconf translations for wizard secret dialog + * l10n: Fix build error due to partially translated string in Hindi + * ci: Install python3-coverage before running tests + * backups: Temporarily hide app till implementation is complete + + [ James Valleroy ] + * postinst: Fix indents and untabify + * lintian: Add override for no-debconf-config + * Translated using Weblate (Italian) + * ci: Use python3.6 when installing dependencies + * functional_tests: Rename features, organize by app + * backups: New app to manage borgbackup archives + * backups: Allow valid filenames as archive names + * backups: Set LANG=C.UTF-8 when extracting archive + * backups: Move repository location under /var/lib + + [ ikmaak ] + * Translated using Weblate (Dutch) + + [ Gayathri Das ] + * Translated using Weblate (Hindi) + + [ Sciumedanglisc ] + * Translated using Weblate (Italian) + + [ Bart Notelaers ] + * Translated using Weblate (Dutch) + + [ Doma Gergő ] + * Translated using Weblate (Hungarian) + + -- James Valleroy Mon, 16 Jul 2018 19:16:08 -0400 + plinth (0.33.1) unstable; urgency=medium [ Doma Gergő ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 5331e794e..305239c12 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '0.33.1' +__version__ = '0.34.0'