[systemd-commits] 2 commits - README TODO

Kay Sievers kay at kemper.freedesktop.org
Wed Nov 27 04:15:44 PST 2013


 README |    2 +-
 TODO   |    2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

New commits:
commit ff70c61b6fce5547fe22992e561941eff8456c9b
Author: Kay Sievers <kay at vrfy.org>
Date:   Wed Nov 27 13:15:10 2013 +0100

    TODO: remove dbus requirement

diff --git a/README b/README
index 65b6f5f..7972415 100644
--- a/README
+++ b/README
@@ -92,8 +92,7 @@ REQUIREMENTS:
         turn it off at kernel compile time using:
           CONFIG_AUDIT=n
 
-	glibc >= 2.14
-        dbus >= 1.4.0
+        glibc >= 2.14
         libcap
         libblkid >= 2.20 (from util-linux) (optional)
         libkmod >= 15 (optional)

commit 4ec181a0065102ccb0a8992ed9f2fa4860e44b43
Author: Lukasz Skalski <l.skalski at partner.samsung.com>
Date:   Wed Nov 27 11:02:10 2013 +0100

    updates for TODO and README
    
    * library support for setns() system call was added to glibc
    version 2.14 (setns() call is use in src/machine/machinectl.c
    and src/libsystemd-bus-container.c)
    
    * utf8 validation call are already exported (via sd-utf8.c file) -
    commit - 369c583b3fb3d672ef469d53141e274ec9d2e8a7

diff --git a/README b/README
index 2321849..65b6f5f 100644
--- a/README
+++ b/README
@@ -92,6 +92,7 @@ REQUIREMENTS:
         turn it off at kernel compile time using:
           CONFIG_AUDIT=n
 
+	glibc >= 2.14
         dbus >= 1.4.0
         libcap
         libblkid >= 2.20 (from util-linux) (optional)
diff --git a/TODO b/TODO
index 3383f35..225fe58 100644
--- a/TODO
+++ b/TODO
@@ -121,8 +121,6 @@ Features:
 
 * move config_parse_path_strv() out of conf-parser.c
 
-* libdsystemd-bus should expose utf8 validation calls
-
 * After coming back from hibernation reset hibernation swap partition using the /dev/snapshot ioctl APIs
 
 * If we try to find a unit via a dangling symlink, generate a clean



More information about the systemd-commits mailing list