diff --git a/debian/changelog b/debian/changelog index 79ba1531a..16c46dbbd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,36 @@ +freedombox (23.6.1) unstable; urgency=medium + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + * Translated using Weblate (Bulgarian) + * Translated using Weblate (Bulgarian) + * Translated using Weblate (Bulgarian) + + [ Veiko Aasa ] + * container: Force pip to install packages to system environment + * tests: functional: Fix setting first ethernet connection as internal + * gitweb: Disable snapshot feature + * gitweb: Make globally configured features overridable per-repository + + [ Sunil Mohan Adapa ] + * container: Fix resizing disk image containing multiple partitions + * container: Increase wait time to accommodate slower architectures + * tests: Don't error during collection if selenium is not installed + * tests: functional: Make install script work for Bullseye + * datetime: Re-implement backup/restore for timezone + * coturn: Prevent package removal when roundcube is uninstalled + + [ James Valleroy ] + * HACKING: Force pip to install packages to system environment + * ci: Force pip install for functional tests + * datetime: Use unique component ID for related daemon + * doc: Fetch latest manual + + [ Coucouf ] + * Translated using Weblate (French) + + -- James Valleroy Mon, 10 Apr 2023 20:34:35 -0400 + freedombox (23.6) unstable; urgency=medium [ Sunil Mohan Adapa ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 5420964b9..5e52acec7 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '23.6' +__version__ = '23.6.1'