Release v25.4 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2025-02-24 20:46:56 -05:00
parent 320e57c42b
commit 8667efafc3
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 34 additions and 1 deletions

33
debian/changelog vendored
View File

@ -1,3 +1,36 @@
freedombox (25.4) unstable; urgency=medium
[ Sunil Mohan Adapa ]
* dynamicdns: Implement adding multiple domains
* names: Use hostnamectl instead of socket API get the current hostname
* names: domain type: Minor refactor
* dynamicdns: Add/remove domains when app is enabled/disabled
* dynamicdns: List domains that have not had status update yet
* names: Add more URLs to the domain type component
* names: Simplify showing current and available domains
* names: Allow adding multiple static domain names
* dynamicdns: Show specific operations on domains in Names apps
* names: Simplify/clarify domain names types for static/dynamic
* names: Specify priority order among domain types
* names: Sort domains by priority of their domain types
* pyproject: Ignore missing types for numpy (needed by pytest)
* names: Retrieve the most important domain in a more generic way
* names: Handle addition of duplicate static domains
* dynamicdns: Handle addition of duplicate domains
[ James Valleroy ]
* matrixsynapse: tests: Fix adding domain
* container: Fix spelling of 'destroy'
* upgrades: Inhibit shutdown during dist-upgrade
* upgrades: Drop unattended-upgrade call from dist-upgrade
* locale: Update translation strings
* doc: Fetch latest manual
[ sai ]
* Translated using Weblate (Telugu)
-- James Valleroy <jvalleroy@mailbox.org> Mon, 24 Feb 2025 20:46:34 -0500
freedombox (25.3.1) unstable; urgency=medium
[ Benedek Nagy ]

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '25.3.1'
__version__ = '25.4'