Release v23.18 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2023-09-25 20:47:40 -04:00
parent c73e24708d
commit db5444558f
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 30 additions and 1 deletions

29
debian/changelog vendored
View File

@ -1,3 +1,32 @@
freedombox (23.18) unstable; urgency=medium
[ 109247019824 ]
* Translated using Weblate (Bulgarian)
* Translated using Weblate (Bulgarian)
[ Brian Ó Donnell ]
* middleware: Add new middleware to handle common errors like DB busy
[ James Valleroy ]
* middleware: tests: Add tests for common error middleware
* locale: Update translations strings
* doc: Fetch latest manual
[ rsquared ]
* ikiwiki: Disable discussion pages by default for new wiki/blog
[ Sunil Mohan Adapa ]
* wordpress: Use absolute path in service file
* upgrades: Fix detecting apt over tor during upgrade
* gitlab-ci: Perform backports tests on bookworm instead of bullseye
* *: Fix all typing hint related errors
* gitlab-ci: Make passing mypy checks mandatory
* *: Utilize newer 3.10 syntax for type hints
* *: Add some additional type annotations
* pyproject: Add configuration for mypy to ignore some libraries
-- James Valleroy <jvalleroy@mailbox.org> Mon, 25 Sep 2023 20:47:20 -0400
freedombox (23.17) unstable; urgency=medium
[ gallegonovato ]

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '23.17'
__version__ = '23.18'