summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-02-07 03:38:23 +0100
committerLennart Poettering <lennart@poettering.net>2012-02-07 03:38:23 +0100
commitd26e4270409506cd398875216413b651d6ee7de6 (patch)
treed0b097dff906b0199b26d62cdfc8a460ae05a419
parent45a7b8bd24b743d5d1c4e46c61d6145e96501a13 (diff)
NEWS: updatev40
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6fffa58a9..5368e82ff 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.