X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=NEWS;h=dbfec9a61d7ae78072614a50c31bf94a69e67e2f;hp=d0eed02ee1e85a89b3318a8e15814339c47e2872;hb=37cf8fee46025d704660a9fc1d1349fe7d0b139d;hpb=f9e00a9f5870a9bcae2de8bf1cb3ce04703112e1 diff --git a/NEWS b/NEWS index d0eed02ee..dbfec9a61 100644 --- a/NEWS +++ b/NEWS @@ -39,11 +39,11 @@ CHANGES WITH 218: * systemd-inhibit now allows filtering by mode when listing inhibitors. - * Units with resource management gained a new "Delegate" - boolean property, which when set allows processes running - inside the unit to further partition resources. This is - primarily useful for systemd user instances as well as - container managers. + * Scope and service units gained a new "Delegate" boolean + property, which when set allows processes running inside the + unit to further partition resources. This is primarily + useful for systemd user instances as well as container + managers. * journald will now pick up audit messages directly from the kernel, and log them like any other log message. The @@ -98,7 +98,7 @@ CHANGES WITH 218: * nspawn's --link-journal= switch gained two new values "try-guest" and "try-host" that work like "guest" and - "host", but do not fail if the host has no persistant + "host", but do not fail if the host has no persistent journalling enabled. -j is now equivalent to --link-journal=try-guest. @@ -121,7 +121,7 @@ CHANGES WITH 218: chroot directory, /proc/$PID/status, and a list of open file descriptors is now stored in the log entry. - * The udev hwdb now containes DPI information for mice. For + * The udev hwdb now contains DPI information for mice. For details see: http://who-t.blogspot.de/2014/12/building-a-dpi-database-for-mice.html @@ -181,6 +181,26 @@ CHANGES WITH 218: extended attributes to files. Among other uses this may be used to assign SMACK labels to files. + Contributions from: Alin Rauta, Alison Chaiken, Andrej + Manduch, Bastien Nocera, Chris Atkinson, Chris Leech, Chris + Mayo, Colin Guthrie, Colin Walters, Cristian Rodríguez, + Daniele Medri, Daniel Mack, Dan Williams, Dan Winship, Dave + Reisner, David Herrmann, Didier Roche, Felipe Sateler, Gavin + Li, Hans de Goede, Harald Hoyer, Iago López Galeiras, Ivan + Shapovalov, Jakub Filak, Jan Janssen, Jan Synacek, Joe + Lawrence, Josh Triplett, Kay Sievers, Lennart Poettering, + Lukas Nykryn, Łukasz Stelmach, Maciej Wereski, Mantas + Mikulėnas, Marcel Holtmann, Martin Pitt, Maurizio Lombardi, + Michael Biebl, Michael Chapman, Michael Marineau, Michal + Schmidt, Michal Sekletar, Olivier Brunel, Patrik Flykt, Peter + Hutterer, Przemyslaw Kedzierski, Rami Rosen, Ray Strode, + Richard Schütz, Richard W.M. Jones, Ronny Chevalier, Ross + Lagerwall, Sean Young, Stanisław Pitucha, Susant Sahani, + Thomas Haller, Thomas Hindoe Paaboel Andersen, Tom Gundersen, + Torstein Husebø, Umut Tezduyar Lindskog, Vicente Olivert + Riera, WaLyong Cho, Wesley Dawson, Zbigniew Jędrzejewski-Szmek + + -- Berlin, 2014-12-10 CHANGES WITH 217: @@ -390,7 +410,7 @@ CHANGES WITH 217: Sahani, Sylvain Plantefève, Thomas Hindoe Paaboel Andersen, Timofey Titovets, Tobias Hunger, Tom Gundersen, Torstein Husebø, Umut Tezduyar Lindskog, WaLyong Cho, Zbigniew - Jędrzejewski-Szmek. + Jędrzejewski-Szmek -- Berlin, 2014-10-28 @@ -965,7 +985,7 @@ CHANGES WITH 214: fact that many distributions only ship a very small number of LSB/SysV init scripts nowadays. - * Priviliged Xen (dom0) domains are not considered + * Privileged 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 unprivileged @@ -2028,8 +2048,8 @@ CHANGES WITH 208: * The memory.use_hierarchy cgroup attribute is now enabled for all cgroups systemd creates in the memory cgroup hierarchy. This option is likely to be come the built-in - default in the kernel anyway, and the non-hierarchial mode - never made much sense in the intrinsically hierarchial + default in the kernel anyway, and the non-hierarchical mode + never made much sense in the intrinsically hierarchical cgroup system. * A new field _SYSTEMD_SLICE= is logged along with all journal @@ -2289,7 +2309,7 @@ CHANGES WITH 205: together, or apply resource limits on them. Slice units may be used to partition system resources in an - hierarchial fashion and then assign other units to them. By + hierarchical fashion and then assign other units to them. By default there are now three slices: system.slice (for all system services), user.slice (for all user sessions), machine.slice (for VMs and containers). @@ -3535,7 +3555,7 @@ CHANGES WITH 190: keys all the time, even in graphical sessions. If DEs want to handle these events on their own they should take the new handle-power-key, handle-sleep-key and handle-lid-switch - inhibitors during their runtime. A simple way to achiveve + inhibitors during their runtime. A simple way to achieve that is to invoke the DE wrapped in an invocation of: systemd-inhibit --what=handle-power-key:handle-sleep-key:handle-lid-switch ...