chiark / gitweb /
move /usr/bin/systemd to /usr/lib/systemd/systemd
[elogind.git] / NEWS
diff --git a/NEWS b/NEWS
index 6fffa58a9bc56f2dc351a15e3b020d5c5601454b..e8a0cfd11c5a220ab255a842f6bc4f3d3bb18b41 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,24 @@
 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
           bugfixes.