[systemd-commits] 2 commits - Makefile.am NEWS configure.ac
Lennart Poettering
lennart at kemper.freedesktop.org
Mon Feb 6 19:38:32 PST 2012
Makefile.am | 2 +-
NEWS | 14 ++++++++++++++
configure.ac | 2 +-
3 files changed, 16 insertions(+), 2 deletions(-)
New commits:
commit d26e4270409506cd398875216413b651d6ee7de6
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Feb 7 03:38:23 2012 +0100
NEWS: update
diff --git a/NEWS b/NEWS
index 6fffa58..5368e82 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,19 @@
systemd System and Service Manager
+CHANGES WITH 40:
+ * This is mostly a bugfix release
+
+ * We now expose the reason why a service failed in the
+ "Result" D-Bus property.
+
+ * Rudimentary service watchdog support (will be completed over
+ the next few releases.)
+
+ * When systemd forks off in order execute some service we will
+ now immediately changes its argv[0] to reflect which process
+ it will execute. This is useful to minimize the time window
+ with a generic argv[0], which makes bootcharts more useful
+
CHANGES WITH 39:
* This is mostly a test release, but incorporates many
bugfixes.
commit 45a7b8bd24b743d5d1c4e46c61d6145e96501a13
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Feb 7 03:32:03 2012 +0100
build-sys: bump release
diff --git a/Makefile.am b/Makefile.am
index 5473623..f1f975f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,7 +25,7 @@ LIBSYSTEMD_LOGIN_REVISION=1
LIBSYSTEMD_LOGIN_AGE=1
LIBSYSTEMD_DAEMON_CURRENT=0
-LIBSYSTEMD_DAEMON_REVISION=0
+LIBSYSTEMD_DAEMON_REVISION=1
LIBSYSTEMD_DAEMON_AGE=0
LIBSYSTEMD_ID128_CURRENT=0
diff --git a/configure.ac b/configure.ac
index 37814de..b44c345 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
AC_PREREQ(2.63)
-AC_INIT([systemd],[39],[systemd-devel at lists.freedesktop.org])
+AC_INIT([systemd],[40],[systemd-devel at lists.freedesktop.org])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
More information about the systemd-commits
mailing list