Release v22.15 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2022-07-04 21:43:09 -04:00
parent 70f9af7341
commit d0118752f2
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 48 additions and 1 deletions

47
debian/changelog vendored
View File

@ -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 <jvalleroy@mailbox.org> Mon, 04 Jul 2022 21:30:09 -0400
freedombox (22.14.1) unstable; urgency=medium
[ ikmaak ]

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '22.14.1'
__version__ = '22.15'