chiark / gitweb /
udev: collect - use snprintf()
[elogind.git] / NEWS
diff --git a/NEWS b/NEWS
index 7b7f3c04abb985d3849a8c5e1ec19346a38fd796..2b2a9a3bc1268da12e9a37072b6616c5638b2e9c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,22 @@
 systemd System and Service Manager
 
+CHANGES WITH 192:
+
+        * The bash completion logic is now available for journalctl
+          too.
+
+        * We don't mount the "cpuset" controller anymore together with
+          "cpu" and "cpuacct", as "cpuset" groups generally cannot be
+          started if no parameters are assigned to it. "cpuset" hence
+          broke code that assumed it it could create "cpu" groups and
+          just start them.
+
+        * journalctl -f will now subscribe to terminal size changes,
+          and line break accordingly.
+
+        Changes from: Dave Reisner, Kay Sievers, Lennart Poettering,
+        Lukas Nykrynm, Mirco Tischler, Václav Pavlín
+
 CHANGES WITH 191:
 
         * nspawn will now create a symlink /etc/localtime in the
@@ -15,7 +32,7 @@ CHANGES WITH 191:
           take up on disk. This is particularly useful if the default
           built-in logic of determining this parameter from the file
           system size is used. Use "systemctl status
-          systemd-journald.service" to see this information
+          systemd-journald.service" to see this information.
 
         * The multi-seat X wrapper tool has been stripped down. As X
           is now capable of enumerating graphics devices via udev in a
@@ -23,11 +40,11 @@ CHANGES WITH 191:
           anymore. A stripped down temporary stop-gap is still shipped
           until the upstream display managers have been updated to
           fully support the new X logic. Expect this wrapper to be
-          removed entirely in one the next releases.
+          removed entirely in one of the next releases.
 
         * HandleSleepKey= in logind.conf has been split up into
           HandleSuspendKey= and HandleHibernateKey=. The old setting
-          is not available anymore. The kernel and X11 is
+          is not available anymore. X11 and the kernel are
           distuingishing between these keys and we should too. This
           also means the inhibition lock for these keys has been split
           into two.