chiark / gitweb /
service: introduce WatchdogSec and hook up the watchdog with the existing failure...
[elogind.git] / NEWS
diff --git a/NEWS b/NEWS
index ee6565b07fcceab2423bdb6d189d4acacdd8409e..e8a0cfd11c5a220ab255a842f6bc4f3d3bb18b41 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,23 @@
-systemd System and Session Manager
+systemd System and Service Manager
+
+CHANGES WITH 41:
+        * The systemd binary is installed /usr/lib/systemd/systemd now;
+          An existing /sbin/init symlink needs to be adapted with the
+          package update.
+
+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