diff --git a/debian/changelog b/debian/changelog index 4e4af2a42..7515a8ce9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +freedombox (25.6) unstable; urgency=medium + + [ Sunil Mohan Adapa ] + * setup: Fix a minor flake8 complaint + * doc: Fetch latest manual + * container: Allow taking snapshots of VMs + * upgrades: Run dpkg/apt fixes before dist upgrade + * names: Store domains in kvstore instead of /etc/hosts + * container: Don't remove qcow2 image when terminating VM + * operation: Drop type annotations on enum members + * storage: tests: Fix a test failure for psutils >= 7.0 + + [ Dietmar ] + * Translated using Weblate (German) + + [ James Valleroy ] + * tests: functional: Add enable-all-apps script + * locale: Update translation strings + * doc: Fetch latest manual + + [ Benedek Nagy ] + * SOGo: add dpkg-dev to the package list + * syncthing: Extend setup process to recover from manual config errors + + -- James Valleroy Tue, 25 Mar 2025 10:09:07 -0400 + freedombox (25.5) unstable; urgency=medium [ Sunil Mohan Adapa ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 2e0e966f5..5cc33fb74 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '25.5' +__version__ = '25.6'