From 822fcc8f2be3afb9dd6bab01cf58d585c5d2fb35 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 21 Oct 2024 20:43:13 -0400 Subject: [PATCH] Release v24.22 to unstable Signed-off-by: James Valleroy --- debian/changelog | 81 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 82 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5cd490c97..ddfe48828 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,84 @@ +freedombox (24.22) unstable; urgency=medium + + [ Sunil Mohan Adapa ] + * apache2: Allow popups to have different sandbox policy + * firstboot: Improve the setup complete page with more setups + * firstboot: Hide navigation toggler in mobile layouts + * firstboot: Make logo image responsive during first setup + * firstboot: Show spinner instead of message during first setup + * css: Fix height of navbar in mobile layout during first boot + * css: Navbar styling fixes in mobile layout + * upgrades: Remove step upgrade during first setup + * networks: Remove first boot steps for connectivity/topology + * upgrades: Show notification to remind user to run updates manually + * first_boot: Allow the next steps page to be revisited + * first_boot: Add notification for next steps after first setup + * wordpress: tests: functional: Fix tests on Trixie + * calibre: tests: functional: Fix occasional failure in add book test + * ci: Generalize script to update container, switch to podman + * ci: Dockerfile: Drop obsolete dependency on pytest-bdd + * ci: Rename Dockerfiles to Containerfiles + * ci: Add docker container for functional-tests:stable + * ci: Add gitlab runner configuration + * ci: Add a custom driver for gitlab runner for podman + * .gitlab-ci.yml: Update for new infrastructure + * ci: Update functional test timeout to 10h + * *: tags: Adjust tags and style + * context_processors: Use active menu urls to decide what to highlight + * help, system: Stop using submenu.sorted_items + * context_processors: Stop adding unused 'submenu' to context + * tags: css: Minor styling cleanups + * tags: js: Minor fixes and refactoring + * tests: functional: Create utility to set user preferred locale + * tags: Localization fixes + * tests: functional: Add package for printing test failures instantly + * ci: Enable showing test failures immediately as they fail + * help: tests: Fix tests failing due to tags related changes + * *: Remove unused imports to fix flake8 errors + * nextcloud: Fix install failure due to PrivateTmp=yes + * utils: Improve safe formatter by handling more cases + * operation: Use safe formatter for translating messages + * middleware: Show translated error messages when operation completes + * setup: Translate errors when installing/updating/repairing apps + + [ gallegonovato ] + * Translated using Weblate (Spanish) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ 大王叫我来巡山 ] + * Translated using Weblate (Chinese (Simplified Han script)) + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + * Translated using Weblate (Bulgarian) + * Translated using Weblate (Bulgarian) + + [ Besnik Bleta ] + * Translated using Weblate (Albanian) + * Translated using Weblate (Albanian) + + [ Veiko Aasa ] + * syncthing: Fix app setup in Debian testing + * ssh: Start server after nslcd service + + [ Joseph Nuthalapati ] + * backups: Use new utility for handling file uploads + * *: Implements tags for apps + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + + [ Ihor Hordiichuk ] + * Translated using Weblate (Ukrainian) + + [ James Valleroy ] + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Mon, 21 Oct 2024 20:42:43 -0400 + freedombox (24.21) unstable; urgency=medium [ Besnik Bleta ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 320e5ad39..545dd8015 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '24.21' +__version__ = '24.22'