Release v0.44.0 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2018-12-03 19:52:41 -05:00
parent e4e1aaae72
commit 5dab4835b4
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 51 additions and 1 deletions

50
debian/changelog vendored
View File

@ -1,3 +1,53 @@
plinth (0.44.0) unstable; urgency=medium
[ Pavel Borecki ]
* Translated using Weblate (Czech)
[ Robert Martinez ]
* Add gray noise background
* Add white Card
* add footer padding
[ Allan Nordhøy ]
* Translated using Weblate (Norwegian Bokmål)
[ James Valleroy ]
* ejabberd: bosh port moved to 5443
* apache: Run setup again to reload
* ejabberd: Change BOSH port from 5280 to 5443
* Revert "ci: Use python3.6 when installing dependencies"
* ci: Install jquery packages for coverage
* functional_tests: Confirm when deleting all snapshots
* Translated using Weblate (Spanish)
* Update translation strings
[ Joseph Nuthalapati ]
* vagrant: clear logs and plinth database on destroying box
* minetest: Change list of mods to what's available in Debian
* Add instructions on how to use "WIP" in merge requests
* clients: Fix distortion of the client apps buttons
* snapshots: Fix default snapshot listing
* firewalld: Use nftables instead of iptables
* snapshots: Place the subsubmenu below the description
[ ssantos ]
* Translated using Weblate (German)
* Translated using Weblate (Portuguese)
[ Prachi Srivastava ]
* Changes delete all to delete selected in snapshot
* Adds toggle to select all for deletion
* Changes functional test to select All and delete snapshots
* Ignores warnings in pytest while running functional test
[ advocatux ]
* Translated using Weblate (Spanish)
[ Petter Reinholdtsen ]
* Translated using Weblate (Norwegian Bokmål)
-- James Valleroy <jvalleroy@mailbox.org> Mon, 03 Dec 2018 19:47:04 -0500
plinth (0.43.0) unstable; urgency=medium
[ Michael Pimmer ]

View File

@ -18,4 +18,4 @@
Package init file.
"""
__version__ = '0.43.0'
__version__ = '0.44.0'