From d0118752f2b48e3681dbdd516d8aba7d1723cc35 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 4 Jul 2022 21:43:09 -0400 Subject: [PATCH] Release v22.15 to unstable Signed-off-by: James Valleroy --- debian/changelog | 47 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 77be4b9f9..5119bc55d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,50 @@ +freedombox (22.15) unstable; urgency=medium + + [ nbenedek ] + * mediawiki: Remove Buster specific code not needed in Bullseye + * mediawiki: Remove wgLogo as it is not needed in Bullseye + * mediawiki: Add regex validator to the domain field + * users: create home directories for newly created users + + [ Nikita Epifanov ] + * Translated using Weblate (Russian) + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + + [ Joseph Nuthalapati ] + * tests: functional: Simplify GitLabCI configuration + * ci: Use compatible versions of Selenium and Splinter + + [ Artem ] + * Translated using Weblate (Ukrainian) + + [ Guillermo Lopez Alejos ] + * backups: Add options to keep sshfs shares responsive + * backups: Unmount repositories before and after backup + + [ James Valleroy ] + * upgrades: Re-add workaround for grub + * upgrades: Hold packages one at a time + * datetime: Fix typo from pylint fix + * locale: Update translation strings + * doc: Fetch latest manual + + [ Sunil Mohan Adapa ] + * *: pylint: Explicitly specify encoding when open a file + * *: pylint: Suppress unused argument warnings + * *: pylint: Don't inherit from 'object' + * *: pylint: Avoid calling super() with arguments + * *: pylint: Drop unnecessary 'pass' statements + * pyproject.toml: Ignore some refactoring messages with pylint + * static: js: css: Make multiple select fields work with Django 4.0 + * views: Add a comment about change in Django 4.0 + + [ Andrij Mizyk ] + * Translated using Weblate (Ukrainian) + + -- James Valleroy Mon, 04 Jul 2022 21:30:09 -0400 + freedombox (22.14.1) unstable; urgency=medium [ ikmaak ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 7ae377b0f..e686974d5 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '22.14.1' +__version__ = '22.15'