Release v0.34.0 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2018-07-16 19:35:01 -04:00
parent 6fdd033625
commit 6d6fcc2b32
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 38 additions and 1 deletions

37
debian/changelog vendored
View File

@ -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 <jvalleroy@mailbox.org> Mon, 16 Jul 2018 19:16:08 -0400
plinth (0.33.1) unstable; urgency=medium
[ Doma Gergő ]

View File

@ -18,4 +18,4 @@
Package init file.
"""
__version__ = '0.33.1'
__version__ = '0.34.0'