chiark / gitweb /
debug-shell: add condition for tty device to run on
[elogind.git] / NEWS
diff --git a/NEWS b/NEWS
index 71fa3a92aeea187c794580bacefead94f27c620b..318f3d492331071f0a5ff79d57468ee35c908e3b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 systemd System and Service Manager
 
+CHANGES WITH 215:
+        * A new system group "input" is introduced, all input
+          device nodes get this group assigned. This is useful for
+          system-level software to get access to input devices. It
+          complements what is already done for "audio" and "video".
+
 CHANGES WITH 214:
 
         * As an experimental feature, udev now tries to lock the
@@ -52,7 +58,11 @@ CHANGES WITH 214:
           transports. Instead it is assumed the kernel loads them
           automatically when required. This only works correctly on
           very new kernels. On older kernels, please consider adding
-          the kernel modules to /etc/load-modules.d/ as a work-around.
+          the kernel modules to /etc/modules-load.d/ as a work-around.
+
+        * The resolv.conf file systemd-resolved generates has been
+          moved to /run/systemd/resolve/, if you have a symlink from
+          /etc/resolv.conf it might be necessary to correct it.
 
         * Two new service settings ProtectedHome= and ProtectedSystem=
           have been added. When enabled they will make the user data
@@ -175,6 +185,11 @@ CHANGES WITH 214:
           added which is useful for services that shall run before any
           network is configured, for example firewall scripts.
 
+        * The "floppy" group that previously owned the /dev/fd*
+          devices is no longer used. The "disk" group is now used
+          instead. Distributions should probably deprecate usage of
+          this group.
+
         Contributions from: Camilo Aguilar, Christian Hesse, Colin Ian
         King, Cristian Rodríguez, Daniel Buch, Dave Reisner, David
         Strauss, Denis Tikhomirov, John, Jonathan Liu, Kay Sievers,