From 294410019fed05757b9e9660ca908c16ef4a11f9 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 27 Sep 2021 19:24:35 -0400 Subject: [PATCH] Release v21.10 to unstable Signed-off-by: James Valleroy --- debian/changelog | 73 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 74 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 52e0f7dd2..04b7d00bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,76 @@ +freedombox (21.10) unstable; urgency=medium + + [ Veiko Aasa ] + * samba: tests: Convert functional tests to non-BDD python format + + [ James Valleroy ] + * tests: Show warning when app not available + * bepasty: Convert functional tests to non-BDD python format + * bind: Convert functional tests to non-BDD python format + * config: Convert functional tests to non-BDD python format + * coturn: Convert functional tests to non-BDD python format + * datetime: Convert functional tests to non-BDD python format + * deluge: Convert functional tests to non-BDD python format + * dynamicdns: Convert functional tests to non-BDD python format + * ejabberd: Convert functional tests to non-BDD python format + * help: Convert functional tests to non-BDD python format + * ikiwiki: Convert functional tests to non-BDD python format + * mediawiki: Convert functional tests to non-BDD python format + * mldonkey: Convert functional tests to non-BDD python format + * monkeysphere: Convert functional tests to non-BDD python format + * mumble: Convert functional tests to non-BDD python format + * locale: Update translation strings + * doc: Fetch latest manual + * debian: Set Standards-Version to 4.6.0 + + [ Sunil Mohan Adapa ] + * ikiwiki: tests: functional: Use newer splinter API for finding links + * openvpn: tests: functional: Use newer splinter API for finding links + * backups: tests: functional: Use newer splinter API for finding links + * users: tests: functional: Use newer splinter API for finding links + * mediawiki: tests: functional: Use newer splinter API for finding links + * dynamicdns: tests: functional: Use newer splinter API for finding links + * calibre: tests: functional: Use newer splinter API for finding links + * tests: functional: Use newer splinter API for finding links + * *: Use Django gettext functions instead of ugettext + * pyproject: Make isort consistent across execution environments + * *: Various isort fixes + * *: Use django.urls.re_path() instead of its alias url() + * signals: Drop provider args when creating Signal object + * settings: Set Django auto field type explicitly + * *: Use allow/denylist instead white/blacklist in comments + * tests: Introduce fixtures to make it easy to test actions + * calibre: tests: Use common fixtures for testing actions module + * sso: tests: Use common fixtures for testing actions module + * gitweb: tests: Use common fixtures for testing actions module + * openvpn: tests: Use common fixtures for testing actions module + * matrixsynapse: tests: Use common fixtures for testing actions module + * ejabberd: tests: Use common fixtures for testing actions module + * mediawiki: tests: Use common fixtures for testing actions module + * views: Update utility for checking URL safety + * sso: Update usage of OpenSSL crypt signing API + + [ Andrij Mizyk ] + * Translated using Weblate (Ukrainian) + * Translated using Weblate (Ukrainian) + * Translated using Weblate (Ukrainian) + * Translated using Weblate (Ukrainian) + + [ Dietmar ] + * Translated using Weblate (German) + * Translated using Weblate (Italian) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ Michael Breidenbach ] + * Translated using Weblate (Swedish) + + [ Johannes Keyser ] + * Translated using Weblate (German) + + -- James Valleroy Mon, 27 Sep 2021 19:10:05 -0400 + freedombox (21.9) unstable; urgency=medium [ Fioddor Superconcentrado ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 939e03b60..a8e21d7a6 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '21.9' +__version__ = '21.10'