From 56b17ca41f30270cd3cd9a161ab839be805f9ca6 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 24 Apr 2023 21:47:11 -0400 Subject: [PATCH] Release v23.8 to experimental Signed-off-by: James Valleroy --- debian/changelog | 62 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 63 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 72fc73259..0cf885004 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,65 @@ +freedombox (23.8) experimental; urgency=medium + + [ James Valleroy ] + * Revert "locale: Update translation strings" + * HACKING: Force pip to install packages to system environment + * ci: Force pip install for functional tests + * datetime: Use unique component ID for related daemon + * upgrades: Check apt result during dist-upgrade + * doc: Fetch latest manual + + [ Sunil Mohan Adapa ] + * 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 + * tests: functional: Remove handling for custom enable/disable buttons + * tests: functional: Update detecting page changes + * gitweb: Simplify handling shortcut for front page + * searx: Simplify handling shortcut for front page + + [ nbenedek ] + * calibre: Remove libraries during uninstallation + * mediawiki: Fix broken view on Bullseye due to language selection + * bepasty: Completely uninstall app + * coturn: Completely uninstall app + * deluge: Completely uninstall app + * gitweb: Completely uninstall app, remove repositories + * ikiwiki: Completely uninstall app + * matrixsynapse: Completely uninstall app + * roundcube: Completely uninstall app + * rssbridge: Completely uninstall app + * searx: Completely uninstall app + * shaarli: Completely uninstall app + * shadowsocks: Completely uninstall app + * sharing: Completely uninstall app + * syncthing: Completely uninstall app + * wordpress: Completely uninstall app + * mediawiki: Completely uninstall app + * syncthing: Remove unused pathlib import so job code-quality can pass + * tor: Completely uninstall app + * ttrss: Completely uninstall app + * infinoted: Completely uninstall app + * openvpn: Completely uninstall app + * samba: Completely uninstall app + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + * Translated using Weblate (Bulgarian) + * Translated using Weblate (Bulgarian) + + [ Coucouf ] + * Translated using Weblate (French) + + [ Veiko Aasa ] + * gitweb: Disable snapshot feature + * gitweb: Make globally configured features overridable per-repository + + [ Ihor Hordiichuk ] + * Translated using Weblate (Ukrainian) + + -- James Valleroy Mon, 24 Apr 2023 21:46:50 -0400 + freedombox (23.7) experimental; urgency=medium [ 109247019824 ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 21ed55398..0c8ae6cda 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '23.7' +__version__ = '23.8'