diff --git a/debian/changelog b/debian/changelog index 09dd6f93e..895b89498 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 03 Dec 2018 19:47:04 -0500 + plinth (0.43.0) unstable; urgency=medium [ Michael Pimmer ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 8121f0de5..cf561e31a 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '0.43.0' +__version__ = '0.44.0'