]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: reword the text about libshared
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 25 Jul 2016 14:34:56 +0000 (10:34 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 25 Jul 2016 14:47:37 +0000 (10:47 -0400)
"strict versioned dependency" suggests that version "231" of the library
is stable. But the ABI or API might be changed in any patch, so reword
the text to avoid using "version".

NEWS

diff --git a/NEWS b/NEWS
index 36fb84b26f3601a95edfa1ad2bfef6f309206c33..27fda1081e04a28ea985a27f09df0f8782e51285 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -201,9 +201,9 @@ CHANGES WITH 231:
           decrease systemd footprint both in memory during runtime and on
           disk. Note that the shared library is not for public use, and is
           neither API not ABI stable, but is likely to change with every new
-          released version. Packagers need to make sure that any package built
-          from the systemd sources has a strict versioned dependency on the
-          right package for this shared library.
+          released update. Packagers need to make sure that binaries
+          linking to libsystemd-shared.so are updated in step with the
+          library.
 
         * Configuration for "mkosi" is now part of the systemd
           repository. mkosi is a tool to easily build legacy-free OS images,