X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=NEWS;h=d4d505d5d9ef9d3084daa316a1367e75d4a4b654;hp=90a471b3c67e282a57d63cd6dde5726431a5c0a2;hb=a2e0337875addaf08225fbf9b231435ba12a88b5;hpb=7da81d33c147f4d6397efa1fdd08ba0a40c9c457 diff --git a/NEWS b/NEWS index 90a471b3c..d4d505d5d 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 @@ -3555,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 ...