diff --git a/debian/changelog b/debian/changelog index f024c3ca1..4e4af2a42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,44 @@ +freedombox (25.5) unstable; urgency=medium + + [ Sunil Mohan Adapa ] + * sogo: Fix a typo in tags + * ui: tags: Show tags on all cards pages if present + * ui: tags: Minor refactoring in menu filtering and sorting + * ui: tags: Add tag search/filter for system page + * ui: tags: Redirect to apps or system page appropriately + * ui: Minor change with renaming a variable + * ui: system: When canceling search stay on current page + * upgrades: Split dist upgrade into a separate module + * upgrades: Drop special handling for searx + * upgrades: Refactor code to disable snapshots + * upgrades: Refactor code for disabling Quassel during dist-upgrade + * upgrades: Use systemd-run to create transient service + * upgrades: Refactor code to hold packages + * upgrades: Split the main dist upgrade code + * upgrades: Relax list of packages to hold during dist upgrade + * upgrades: Perform sources file update more reliably + * upgrades: Refactor code to retrieve the new codename + * upgrades: Use systemd service status instead of flag file + * upgrades: Simplify dist upgrades checks using exceptions + * upgrades: Log apt output to journal during dist upgrade + * upgrades: Log messages using python logging framework + * upgrades: Simplify some global names + * action_utils: Ensure that package are unheld if dist upgrade fails + * upgrades: Perform easier checks first during dist upgrade + * upgrades: tests: Add unit tests for dist upgrade methods + * upgrades: Minor refactor to pre-dist upgrade checks + * upgrades: Use bind mounts to edit sources file only upon completion + * setup: Fix issue with pending app update and force upgrade + + [ Максим Горпиніч ] + * Translated using Weblate (Ukrainian) + + [ James Valleroy ] + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Mon, 10 Mar 2025 20:52:29 -0400 + freedombox (25.4.1) unstable; urgency=medium [ Burak Yavuz ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 3d42e7e42..2e0e966f5 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '25.4.1' +__version__ = '25.5'