summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-07-25 15:27:10 +0200
committerLennart Poettering <lennart@poettering.net>2016-07-25 15:27:10 +0200
commit0f1da52b5e4812db22a54920361be8aeba2b7ba4 (patch)
tree7c5da98278f86b8d8994b9696e5de948c4fb76d5 /NEWS
parent3990961df02a255cb75cc80445535d153fc7f165 (diff)
NEWS: document the new shared library for internal code
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 928ed52498..36fb84b26f 100644
--- a/NEWS
+++ b/NEWS
@@ -191,8 +191,19 @@ CHANGES WITH 231:
can be set to disable parsing of metadata and the creation
of persistent symlinks for that device.
- * The change to tag framebuffer devices (/dev/fb*) with "uaccess"
- to make them available to logged in users has been reverted.
+ * The v230 change to tag framebuffer devices (/dev/fb*) with "uaccess"
+ to make them available to logged-in users has been reverted.
+
+ * Much of the common code of the various systemd components is now
+ built into an internal shared library libsystemd-shared-231.so
+ (incorporating the systemd version number in the name, to be updated
+ with future releases) that the components link to. This should
+ 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.
* Configuration for "mkosi" is now part of the systemd
repository. mkosi is a tool to easily build legacy-free OS images,