From dc6282676d0116193ce54137007fd7e4c5f9be9c Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 11 Oct 2021 18:55:46 -0400 Subject: [PATCH] Release v21.11 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 04b7d00bf..37fac0f36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,76 @@ +freedombox (21.11) unstable; urgency=medium + + [ Fioddor Superconcentrado ] + * test: help: Add help view tests + * test: Add tests for action utilities + * tests: Improve handling of tests skipped by default + * package: Add functions for removing packages + * setup: Show and remove conflicts before installation + * email: Manage known installation conflicts + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + + [ Andrij Mizyk ] + * Translated using Weblate (Ukrainian) + + [ James Valleroy ] + * openvpn: Convert functional tests to non-BDD python format + * pagekite: Convert functional tests to non-BDD python format + * privoxy: Convert functional tests to non-BDD python format + * tests: Add backups mark for openvpn, pagekite, privoxy + * quassel: Convert functional tests to non-BDD python format + * radicale: Convert functional tests to non-BDD python format + * roundcube: Convert functional tests to non-BDD python format + * searx: Convert functional tests to non-BDD python format + * security: Convert functional tests to non-BDD python format + * shadowsocks: Convert functional tests to non-BDD python format + * sharing: Convert functional tests to non-BDD python format + * snapshot: Convert functional tests to non-BDD python format + * ssh: Convert functional tests to non-BDD python format + * sso: Convert functional tests to non-BDD python format + * storage: Convert functional tests to non-BDD python format + * syncthing: Convert functional tests to non-BDD python format + * tahoe: Convert functional tests to non-BDD python format + * tor: Convert functional tests to non-BDD python format + * transmission: Convert functional tests to non-BDD python format + * ttrss: Convert functional tests to non-BDD python format + * upgrades: Convert functional tests to non-BDD python format + * zoph: Convert functional tests to non-BDD python format + * users: Convert functional tests to non-BDD python format + * tests: Add some missed marks for functional tests + * tests: Drop step definitions + * conftest: Skip functional tests if splinter not importable + * locale: Update translation strings + * doc: Fetch latest manual + + [ Sunil Mohan Adapa ] + * d/control: Allow building with python interpreter of any arch + * user: Accommodate Django 3.1 change for model choice iteration + * settings: Choose password hashing complexity suitable for SBCs + * pyproject.toml: Merge contents of pytest.ini + * pyproject.toml: Merge contents of .converagerc + * d/rules: Don't use setup.py to invoke tests, invoke directly instead + * users: Help set language cookie when user profile is edited + * sso, translation: Help set language cookie when user logins in + * translation: Always set language cookie when switching language + * *: Move all systemd service files from /lib to /usr + * wordpress: Run service only if when installed and configured + * calibre: Run service only if when installed + * d/rules: Don't install and enable other systemd service files + * storage: tests: functional: Fix tests always getting skipped + * package: Remove unused import to fix pipeline + * tests: Drop installation of pytest-bdd + * performance: Cleanup code meant for cockpit version < 235 + * *: Always pass check= argument to subprocess.run() + * ttrss: Fix daemon not running sometimes on startup + * ttrss: Add systemd security hardening to daemon + + [ Joseph Nuthalapati ] + * ttrss: tests: functional: Make subscription faster + + -- James Valleroy Mon, 11 Oct 2021 18:55:20 -0400 + freedombox (21.10) unstable; urgency=medium [ Veiko Aasa ] diff --git a/plinth/__init__.py b/plinth/__init__.py index a8e21d7a6..4a959920c 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '21.10' +__version__ = '21.11'