From 8667efafc3d6dc80d65b561e005fb038fedde40a Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 24 Feb 2025 20:46:56 -0500 Subject: [PATCH] Release v25.4 to unstable Signed-off-by: James Valleroy --- debian/changelog | 33 +++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d9991cf77..891f2c4c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 24 Feb 2025 20:46:34 -0500 + freedombox (25.3.1) unstable; urgency=medium [ Benedek Nagy ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 5e9b59728..c805d1b6f 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '25.3.1' +__version__ = '25.4'