diff --git a/debian/changelog b/debian/changelog index 3a936bf51..7e573a91b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +freedombox (23.1) unstable; urgency=medium + + [ gallegonovato ] + * Translated using Weblate (Spanish) + * Translated using Weblate (Galician) + * Translated using Weblate (Spanish) + + [ James Valleroy ] + * janus: Allow upgrade to 1.1 + * locale: Update translation strings + * doc: Fetch latest manual + + [ Veiko Aasa ] + * gitweb: Run git commands as a web user + + [ Sunil Mohan Adapa ] + * operation: tests: Fix warning when test helpers start with 'Test' + * package: Don't uninstall packages that are in use by other apps + * email: Workaround an issue with error on finishing uninstall + * zoph: Add explicit dependency on default-mysql-server + + [ nbenedek ] + * tor: Add onion location to apache + + -- James Valleroy Tue, 03 Jan 2023 11:54:58 -0500 + freedombox (22.27) unstable; urgency=medium [ ikmaak ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 957f0e485..0a85ea03f 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '22.27' +__version__ = '23.1'