Release v24.22 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2024-10-21 20:43:13 -04:00
parent 30c9609e04
commit 822fcc8f2b
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 82 additions and 1 deletions

81
debian/changelog vendored
View File

@ -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 <jvalleroy@mailbox.org> Mon, 21 Oct 2024 20:42:43 -0400
freedombox (24.21) unstable; urgency=medium
[ Besnik Bleta ]

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '24.21'
__version__ = '24.22'