]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: note GetMetadataWithExtensions backward incompatible change
authorLuca Boccassi <bluca@debian.org>
Mon, 7 Mar 2022 13:50:32 +0000 (13:50 +0000)
committerLuca Boccassi <bluca@debian.org>
Mon, 7 Mar 2022 14:49:54 +0000 (14:49 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 688ad34eedee411a2c675921e9585ff341bc4645..95ffc555a27172525412f839bc1254bbff91af68 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,14 @@ CHANGES WITH 251:
           can still be used by explicitly configuring RouteTable= setting in
           .netdev files.
 
+        * The org.freedesktop.portable1 methods GetMetadataWithExtensions and
+          GetImageMetadataWithExtensions have been fixed to provide an extra return
+          parameter, containing the actual extensions release metadata. The
+          current implementation was judged to be broken and unusable, and thus
+          the usual procedure of adding a new set of methods is skipped, opting
+          for breaking backward compatibility instead, as nobody should be
+          affected, given the state of the current interface.
+
         * Services with Restart=always and a failing ExecCondition= will no longer
           be restarted, to bring ExecCondition= in line with Condition*= settings.