From: Luca Boccassi Date: Mon, 7 Mar 2022 13:50:32 +0000 (+0000) Subject: NEWS: note GetMetadataWithExtensions backward incompatible change X-Git-Tag: v251-rc1~190^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce3ca32cb91790c25c2f0b92ed3b0a8f19a34a51;p=thirdparty%2Fsystemd.git NEWS: note GetMetadataWithExtensions backward incompatible change --- diff --git a/NEWS b/NEWS index 688ad34eede..95ffc555a27 100644 --- 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.