chiark / gitweb /
NEWS: update v40
authorLennart Poettering <lennart@poettering.net>
Tue, 7 Feb 2012 02:38:23 +0000 (03:38 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 7 Feb 2012 02:38:23 +0000 (03:38 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 6fffa58a9bc56f2dc351a15e3b020d5c5601454b..5368e82ffd0b209e531f7b7d3ad7e361f7a961b4 100644 (file)
--- 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.