[systemd-commits] Makefile.am TODO configure.ac

Lennart Poettering lennart at kemper.freedesktop.org
Tue Mar 26 08:13:53 PDT 2013


 Makefile.am  |    8 ++++----
 TODO         |    5 -----
 configure.ac |    2 +-
 3 files changed, 5 insertions(+), 10 deletions(-)

New commits:
commit 03e1151676fba62674e2219da624272e522e590f
Author: Lennart Poettering <lennart at poettering.net>
Date:   Tue Mar 26 15:43:43 2013 +0100

    build-sys: bump version and .so revisions

diff --git a/Makefile.am b/Makefile.am
index d5eb7ad..37c1cc2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,19 +40,19 @@ LIBGUDEV_REVISION=3
 LIBGUDEV_AGE=1
 
 LIBSYSTEMD_LOGIN_CURRENT=4
-LIBSYSTEMD_LOGIN_REVISION=0
+LIBSYSTEMD_LOGIN_REVISION=1
 LIBSYSTEMD_LOGIN_AGE=4
 
 LIBSYSTEMD_DAEMON_CURRENT=0
-LIBSYSTEMD_DAEMON_REVISION=7
+LIBSYSTEMD_DAEMON_REVISION=8
 LIBSYSTEMD_DAEMON_AGE=0
 
 LIBSYSTEMD_ID128_CURRENT=0
-LIBSYSTEMD_ID128_REVISION=17
+LIBSYSTEMD_ID128_REVISION=18
 LIBSYSTEMD_ID128_AGE=0
 
 LIBSYSTEMD_JOURNAL_CURRENT=8
-LIBSYSTEMD_JOURNAL_REVISION=0
+LIBSYSTEMD_JOURNAL_REVISION=1
 LIBSYSTEMD_JOURNAL_AGE=8
 
 # Dirs of external packages
diff --git a/TODO b/TODO
index b49d3e1..e54f84b 100644
--- a/TODO
+++ b/TODO
@@ -49,15 +49,10 @@ Features:
 * when isolating, try to figure out a way how we implicitly can order
   all units we stop before the isolating unit...
 
-* when prompting for a hdd password show GUID partition label
-
 * teach udev + logind's uaccess to somehow handle the "dead" device nodes from:
      /lib/modules/$(uname -r)/modules.devname
   and apply ACLs to them if they have TAG=="uaccess" in udev rules.
 
-* clean up early boot services, and put them all before sysinit.target
-  and leave basic.target alone.
-
 * matching against units is currently broken in journalctl. We really
   need another AND level in the expressions,
   i.e. sd_journal_add_conjunction().
diff --git a/configure.ac b/configure.ac
index 1c9d559..5b88bcf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([systemd],
-        [198],
+        [199],
         [http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
         [systemd],
         [http://www.freedesktop.org/wiki/Software/systemd])



More information about the systemd-commits mailing list