summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2022-03-07 13:50:32 +0000
committerLuca Boccassi <bluca@debian.org>2022-03-07 14:49:54 +0000
commitce3ca32cb91790c25c2f0b92ed3b0a8f19a34a51 (patch)
treee91ddbdf9e6a3ca311976ca2482f2b7bc4a1822a /NEWS
parent087a799f64560bb0379b8a99ebbd9ca84804e4c3 (diff)
downloadsystemd-ce3ca32cb91790c25c2f0b92ed3b0a8f19a34a51.tar.gz
NEWS: note GetMetadataWithExtensions backward incompatible change
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
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.