Release v25.6 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2025-03-25 10:09:23 -04:00
parent 1f11fae1c5
commit 176690d0b9
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 27 additions and 1 deletions

26
debian/changelog vendored
View File

@ -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 <jvalleroy@mailbox.org> Tue, 25 Mar 2025 10:09:07 -0400
freedombox (25.5) unstable; urgency=medium
[ Sunil Mohan Adapa ]

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '25.5'
__version__ = '25.6'