X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=NEWS;h=318f3d492331071f0a5ff79d57468ee35c908e3b;hp=d8621a523a3a4facf4792b038c8175c2ca6a4bb8;hb=1324e3ae515719a93a94a8d8316644af6c780909;hpb=04e91da2cfdfb7153218be7a77c885f1c23d3fd7 diff --git a/NEWS b/NEWS index d8621a523..318f3d492 100644 --- 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 @@ -11,7 +17,7 @@ CHANGES WITH 214: handling for this disk and its partitions. If the disk was opened for writing, the close will trigger a partition table rescan in udev's "watch" facility, and if needed - synthesize "change" events for the disk and all its partions. + synthesize "change" events for the disk and all its partitions. This is now unconditionally enabled, if it turns out to cause major problems, we might turn it on only for specific devices, or might need to disable it entirely. Device-mapper @@ -30,7 +36,7 @@ CHANGES WITH 214: * Virtualization detection works without priviliges now. This means the systemd-detect-virt binary no longer requires CAP_SYS_PTRACE file capabilities, and our daemons can run - with less priviliges. + with fewer privileges. * systemd-networkd now runs under its own "systemd-network" user. It retains the CAP_NET_ADMIN, CAP_NET_BIND_SERVICE, @@ -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 @@ -74,7 +84,7 @@ CHANGES WITH 214: * Socket units gained a new Symlinks= setting. It takes a list of symlinks to create to file system sockets or FIFOs created by the specific unix sockets. This is useful to - manage symlinks to socket nodes with the same lifecycle as + manage symlinks to socket nodes with the same life-cycle as the socket itself. * The /dev/log socket and /dev/initctl FIFO have been moved to @@ -134,7 +144,7 @@ CHANGES WITH 214: * Priviliged Xen (dom0) domains are not considered virtualization anymore by the virtualization detection logic. After all, they generally have unrestricted access to - the hardware and usually are used to manage the unpriviliged + the hardware and usually are used to manage the unprivileged (domU) domains. * systemd-tmpfiles gained a new "C" line type, for copying @@ -175,6 +185,21 @@ 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, + Lennart Poettering, Mantas Mikulėnas, Mark Eichin, Ronny + Chevalier, Susant Sahani, Thomas Blume, Thomas Hindoe Paaboel + Andersen, Tom Gundersen, Umut Tezduyar Lindskog, Zbigniew + Jędrzejewski-Szmek + + -- Berlin, 2014-06-11 + CHANGES WITH 213: * A new "systemd-timesyncd" daemon has been added for