]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Update NEWS
authorLuca Boccassi <luca.boccassi@gmail.com>
Wed, 3 Jun 2026 14:05:59 +0000 (15:05 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 3 Jun 2026 14:05:59 +0000 (15:05 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 8e46918079bc723038660e0dd68f76272d553bf4..ab5c60d04782d620ea1c30f97ad9e1d502b158bb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -602,6 +602,12 @@ CHANGES WITH 261 in spe:
           throughout the codebase, further reducing the set of mandatory
           dependencies from all binaries.
 
+        * Individual binaries now also embed the dlopen ELF metadata note
+          (https://uapi-group.org/specifications/specs/elf_dlopen_metadata/) for
+          their dlopen() dependencies, which allows packaging tools to reliably
+          discover the set of optional dependencies of a binary, as opposed to
+          having the note only on the libsystemd-shared.so ELF object as before.
+
         * The unused dependency on libgpg-error has been dropped.
 
         │ This means all direct shared library linking against external       │