From ce3ca32cb91790c25c2f0b92ed3b0a8f19a34a51 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Mon, 7 Mar 2022 13:50:32 +0000 Subject: [PATCH] NEWS: note GetMetadataWithExtensions backward incompatible change --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 688ad34eed..95ffc555a2 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.