Release v0.35.0 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2018-07-30 19:05:26 -04:00
parent 53f621161e
commit 13761ff2ff
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 75 additions and 1 deletions

74
debian/changelog vendored
View File

@ -1,3 +1,77 @@
plinth (0.35.0) unstable; urgency=medium
[ Igor ]
* Translated using Weblate (Russian)
[ Luis A. Arizmendi ]
* Translated using Weblate (Spanish)
[ ikmaak ]
* Translated using Weblate (Dutch)
[ Bart Notelaers ]
* Translated using Weblate (Dutch)
[ Doma Gergő ]
* Translated using Weblate (Hungarian)
[ Gayathri Das ]
* Translated using Weblate (Hindi)
[ Sciumedanglisc ]
* Translated using Weblate (Italian)
[ Praveen Illa ]
* Translated using Weblate (Telugu)
[ Jayasuganthi ]
* mediawiki: Enable short URLs
[ Joseph Nuthalapati ]
* mediawiki: Override Debian settings in FreedomBoxSettings.php
* functional_tests: Fix first test failing on a pristine VM
* debian: Remove Bdale Garbee from the list of uploaders
* Add turbolinks
* turbolinks: Replace style elements in head with blocks in body
* functional_tests: Use body instead of html for state change check
* turbolinks: Disable caching on application visits
* configuration: Option to set a default app for FreedomBox
* configuration: Use augeas to edit Apache files
* configuration: Fix parsing error in retrieving default app
[ వీవెన్ ]
* Translated using Weblate (Telugu)
[ Johannes Keyser ]
* Translated using Weblate (German)
* text stripped from icons for mediawiki, radicale, tahoe-lafs
[ Hemanth Kumar Veeranki ]
* Clarify description for radicale shared calendar/addressbook
* Remove deprecated `iqdisc` in ejabberd config
[ Robert Martinez ]
* Adding link to HACKING.md
* Fix ejabberd logo #1336
[ Sunil Mohan Adapa ]
* udiskie: Move udisks2 methods to separate module
* storage: Fix parsing issues when mount point has spaces
* udiskie: Remove the unused ejectable property
* utils: Remove unused method
* udiskie: Add eject functionality for a drive
* udiskie: Also list read-only filesystems
* udiskie: Remove internal networks warning
* udiskie: Show special message when no storage device available
[ James Valleroy ]
* udiskie: Import glib and udisks only inside methods
[ Allan Nordhøy ]
* Translated using Weblate (Norwegian Bokmål)
-- James Valleroy <jvalleroy@mailbox.org> Mon, 30 Jul 2018 19:04:51 -0400
plinth (0.34.0) unstable; urgency=medium
[ Joseph Nuthalapati ]

View File

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