mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
Release v25.4 to unstable
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
320e57c42b
commit
8667efafc3
33
debian/changelog
vendored
33
debian/changelog
vendored
@ -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
|
freedombox (25.3.1) unstable; urgency=medium
|
||||||
|
|
||||||
[ Benedek Nagy ]
|
[ Benedek Nagy ]
|
||||||
|
|||||||
@ -3,4 +3,4 @@
|
|||||||
Package init file.
|
Package init file.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '25.3.1'
|
__version__ = '25.4'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user