From: Lennart Poettering Date: Tue, 7 Feb 2012 02:38:23 +0000 (+0100) Subject: NEWS: update X-Git-Tag: v40^0 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d26e4270409506cd398875216413b651d6ee7de6;p=systemd NEWS: update --- diff --git a/NEWS b/NEWS index 6fffa58a..5368e82f 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.