diff --git a/debian/changelog b/debian/changelog index 5e6efc4d6..ecd1d024d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +freedombox (23.3) unstable; urgency=medium + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + + [ James Valleroy ] + * tor: Remove workaround for old Augeas bug + * upgrades: Add augeas lens for Deb822 apt sources + * tor: Also use Aptsources822 augeas lens + * firewalld: Allow upgrade to version 2* + * locale: Update translation strings + * doc: Fetch latest manual + + [ Sunil Mohan Adapa ] + * config: Fix showing the value of the default home page + * tests: functional: Fix submitting forms with notifications present + * views: Use dedicated view when showing an app with operations + * gitweb: tests: Skip tests using git when git is not installed + * email: Revert workaround for error on finishing uninstall + + -- James Valleroy Mon, 30 Jan 2023 20:36:37 -0500 + freedombox (23.2) unstable; urgency=medium [ Besnik Bleta ] diff --git a/plinth/__init__.py b/plinth/__init__.py index c0c44fcbd..7a71a7cbc 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '23.2' +__version__ = '23.3'