chiark / gitweb /
service: don't print a warning if we are in autorestart state, and can't start a...
[elogind.git] / NEWS
diff --git a/NEWS b/NEWS
index 6f4afd3d2b5150c8822eaa1d010de2f3a670f982..fdadff727ebcaa8934fd1a8c1c06239c38282947 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -81,7 +81,7 @@ CHANGES WITH 186:
         * The fstab generator may now be disabled at boot by passing
           fstab=0 on the kernel command line.
 
-        * A new kernel command line option driver= is now understood
+        * A new kernel command line option modules-load= is now understood
           to load a specific kernel module statically, early at boot.
 
         * Unit names specified on the systemctl command line are now
@@ -124,7 +124,7 @@ CHANGES WITH 186:
           additional capabilities to the container.
 
         * timedated will now read known NTP implementation unit names
-          from /usr/share/systemd/ntp-units,
+          from /usr/lib/systemd/ntp-units.d/*.list,
           systemd-timedated-ntp.target has been removed.
 
         * journalctl gained a new switch "-b" that lists log data of
@@ -141,10 +141,10 @@ CHANGES WITH 186:
 
         * Many bugfixes and optimizations.
 
-        Contributions from: Auke Kok, Dave Reisner, David Strauss,
-        Eelco Dolstra, Kay Sievers, Lennart Poettering, Lukas Nykryn,
-        Michal Schmidt, Michal Sekletar, Paul Menzel, Shawn Landden,
-        Tom Gundersen
+        Contributions from: Auke Kok, Colin Guthrie, Dave Reisner,
+        David Strauss, Eelco Dolstra, Kay Sievers, Lennart Poettering,
+        Lukas Nykryn, Michal Schmidt, Michal Sekletar, Paul Menzel,
+        Shawn Landden, Tom Gundersen
 
 CHANGES WITH 185:
         * "systemctl help <unit>" now shows the man page if one is
@@ -233,7 +233,7 @@ CHANGES WITH 183:
           to be used as drop-in files.
 
         * systemd and logind now handle system sleep states, in
-          particulary suspending and hibernating.
+          particular suspending and hibernating.
 
         * logind now implements a sleep/shutdown/idle inhibiting logic
           suitable for a variety of uses. Soonishly Lennart will blog