[systemd-commits] 2 commits - configure.ac TODO

Lennart Poettering lennart at kemper.freedesktop.org
Wed Apr 6 13:14:41 PDT 2011


 TODO         |    5 ++---
 configure.ac |    2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

New commits:
commit 42054a3e4496108ea64bc46084bb056e56adec6c
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Apr 6 21:28:41 2011 +0200

    build-sys: bump version

diff --git a/configure.ac b/configure.ac
index 0025a6a..fa8c8ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 
 AC_PREREQ(2.63)
 
-AC_INIT([systemd],[23],[systemd-devel at lists.freedesktop.org])
+AC_INIT([systemd],[24],[systemd-devel at lists.freedesktop.org])
 AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])

commit abf96c874cd644cf6c66da95d376aa330382376e
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Apr 6 21:07:10 2011 +0200

    update TODO

diff --git a/TODO b/TODO
index 470e60f..e8c1388 100644
--- a/TODO
+++ b/TODO
@@ -33,6 +33,8 @@ Features:
 
 * serialize used job ids and max job id
 
+* show enablement status in systemctl status
+
 * expose monotonic timestamps on the bus and make systemd-analyze use it
 
 * write blog stories about:
@@ -75,9 +77,6 @@ Features:
 * get rid of random file name in generator directory?
     /run/systemd/generator-IH1vFu
 
-* fix SD_WARNING syslog stuff in src/sd-daemon.h to include the
-  LOG_DAEMON(3) facility value. Never use the LOG_KERNEL(0) facility.
-
 * add switch to systemctl to show enabled but not running services. Or
   another switch that shows service that have been running since
   booting but aren't running anymore.



More information about the systemd-commits mailing list