From 60d997b15af729f91cb10156e9ee9e59b10c537d Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Fri, 21 Feb 2020 22:38:46 -0500 Subject: [PATCH] Release v20.2.1 to unstable Signed-off-by: James Valleroy --- debian/changelog | 85 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 86 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 099b8357e..c43b7e2c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,88 @@ +plinth (20.2.1) unstable; urgency=high + + [ Veiko Aasa ] + * apps: remove css filters and glow from app icons + * config: Depends also on apache module + + [ Dietmar ] + * Translated using Weblate (German) + * Translated using Weblate (Italian) + * Translated using Weblate (Italian) + + [ Petter Reinholdtsen ] + * Translated using Weblate (Norwegian Bokmål) + + [ Sunil Mohan Adapa ] + * cards: Remove the transition delay on hover effect + * system: Implement new style for cards + * jsxc: Bypass issue with stronghold to get the app working again + * jsxc: Fix functional test case failure + * functional_tests: cosmetic: Minor yapf change + * app: Introduce Info component to store basic app information + * app: Add info property as shortcut to access basic information + * app: Refactor all apps to use the Info component + * app: Document the app_id property for App class + * doc/dev: Include information on how to edit dev documentation + * views: Document the AppView class properties + * monkeysphere: Fix regression with reading Apache configuration + * Translated using Weblate (Italian) + * firewall: Use firewalld DBus API for most operations + * *.py: Use SPDX license identifier + * *.html: Use SPDX license identifier + * actions/*: Use SPDX license identifier + * functional_tests: Use SPDX license identifier + * *.css: Use SPDX license identifier + * *: Update misc build related files to use SPDX license identifier + * doc/dev: Update tutorial to use SPDX license indentifier + * *: Update remaining misc files to use SPDX license identifier + * *.js: Use SPDX license identifier + * help: Fix attribute on download manual button + * css: Add missing license identifier on some CSS files + * firewalld: Ignore errors with DBus API when firewalld is not running + * deluge: Don't use code execution for editing configuration + * deluge: More reliable initial configuration setup + + [ Joseph Nuthalapati ] + * l10n: Fix gettext not detecting no-python-format + * samba: Add link to manual page + * searx: Update search engines for 0.16.0 + + [ Allan Nordhøy ] + * openvpn: Fix spelling for Tunnelblick + * Translated using Weblate (Norwegian Bokmål) + + [ Nektarios Katakis ] + * bind: parse zones files + * bind: test for parsing zones file with specific format + * bind: views show served domains in main view + * bind: create zones directory on setup action + + [ James Valleroy ] + * bind: Bump version and handle upgrade + + [ Ralf Barkow ] + * Translated using Weblate (German) + + [ nautilusx ] + * Translated using Weblate (German) + + [ Doma Gergő ] + * Translated using Weblate (Hungarian) + + [ Lev Lamberov ] + * debian: Update Russian translation for debconf (Closes: #951440) + + [ Radek Pasiok ] + * Translated using Weblate (Polish) + + [ Alice Kile ] + * gitignore: Add .vscode & segregate editor settings + + [ Thomas Vincent ] + * Translated using Weblate (French) + + -- James Valleroy Fri, 21 Feb 2020 22:38:12 -0500 + plinth (20.2) unstable; urgency=medium [ Veiko Aasa ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 566b9b24d..fa0eb802a 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '20.2' +__version__ = '20.2.1'