From 536798016347680ef42b61df80d5ef4eaf329850 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sat, 18 Sep 2021 10:07:51 -0400 Subject: [PATCH] Release v21.9 to unstable Signed-off-by: James Valleroy --- debian/changelog | 91 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 92 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7654066ee..52e0f7dd2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,94 @@ +freedombox (21.9) unstable; urgency=medium + + [ Fioddor Superconcentrado ] + * container: Don't fail if there's no fbx network + * container: freedombox-develop callable from anywhere + * lintian: Overrides for remove-on-upgrade dpkg conffiles flag + + [ James Valleroy ] + * debian: Add gbp tag config + * container: Update stable image for bullseye + * backups: Add functional test to disable schedule backups + * avahi: Convert functional tests to non-BDD python format + * cockpit: Convert functional tests to non-BDD python format + * i2p: Convert functional tests to non-BDD python format + * infinoted: Convert functional tests to non-BDD python format + * minetest: Convert functional tests to non-BDD python format + * minidlna: Convert functional tests to non-BDD python format + * performance: Convert functional tests to non-BDD python format + * matrixsynapse: Convert functional tests to non-BDD python format + * jsxc: Convert functional tests to non-BDD python format + * backups: Convert functional tests to non-BDD python format + * locale: Update translation strings + * doc: Fetch latest manual + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ Michael Breidenbach ] + * Translated using Weblate (Swedish) + + [ Andrij Mizyk ] + * Translated using Weblate (Ukrainian) + * Translated using Weblate (Ukrainian) + * Translated using Weblate (Ukrainian) + * Translated using Weblate (Ukrainian) + * Translated using Weblate (Ukrainian) + + [ Tiago Zaniquelli ] + * plinth: remove diagnose command + + [ Joseph Nuthalapati ] + * apache: Drop support for SSLv3, TLSv1 and TLSv1.1 + * mediawiki: Backup and restore uploaded files + * mediawiki: Bump version number for 1.35 upgrade + * mediawiki: Enable a subset of default extensions + * mediawiki: Switch to MediaWiki 2020 logo + + [ ikmaak ] + * Translated using Weblate (Dutch) + * Translated using Weblate (Dutch) + * Translated using Weblate (Dutch) + * Translated using Weblate (Dutch) + * Translated using Weblate (Dutch) + + [ Sunil Mohan Adapa ] + * mediawiki: tests: functional: Fix races after flipping flags + * d/lintian-overrides: Drop override for a removed tag + * d/lintian-overrides: Override message for not supporting sysvinit + * d/lintian-overrides: Add override for manual outside .../doc/ + * d/lintian-overrides: Drop workaround for remove-on-upgrade dpkg flag + * apache: Drop support for GnuTLS + * apache: Enable and prioritize HTTP/2 protocol + * apache: Setup Mozilla recommended configuration + * container: Fix the update command for new web server + * tests: Add some missing markers + * web_framework, tests: Workaround captcha 0.5.6 vs. Django 3.2 + + [ fliu ] + * email: Fix self.critical not callable error + * email: postconf.get_many_unsafe: batch query + * email: configure postfix domain names + + [ Seyed mohammad ali Hosseinifard ] + * Translated using Weblate (Persian) + + [ Veiko Aasa ] + * gitweb: tests: Fix test failures if initial default branch is not master + * gitweb: tests: Convert functional tests to non-BDD python format + * gitweb: tests: functional: Fix test failure if initial default branch is not master + + [ Artem ] + * Translated using Weblate (Russian) + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + + [ 池边树下 ] + * Translated using Weblate (Chinese (Simplified)) + + -- James Valleroy Sat, 18 Sep 2021 09:47:06 -0400 + freedombox (21.8) unstable; urgency=medium [ Andrij Mizyk ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 6a912bf81..939e03b60 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '21.8' +__version__ = '21.9'