NEWS: add comment about change sync/async behaviour for shutdown commands
authorLennart Poettering <lennart@poettering.net>
Mon, 2 Oct 2017 14:30:01 +0000 (16:30 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 4 Oct 2017 18:59:15 +0000 (20:59 +0200)
NEWS

diff --git a/NEWS b/NEWS
index e639f48..8f43c59 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -190,6 +190,20 @@ CHANGES WITH 235:
           used to control how the kernel keyring is set up for executed
           processes.
 
+        * "systemctl poweroff", "systemctl reboot", "systemctl halt",
+          "systemctl kexec" and "systemctl exit" are now always asynchronous in
+          behaviour (that is: these commands return immediately after the
+          operation was enqueued instead of waiting until the operation was
+          completed). Previously, "systemctl poweroff" and "systemctl reboot"
+          were asynchronous on systems using systemd-logind (i.e. almost
+          always, and like they were on sysvinit), and the other three commands
+          were unconditionally synchronous. With this release this is cleaned
+          up, and callers will see the same asynchronous behaviour on all
+          systems for all five operations.
+
+        * systemd-logind gained new Halt() and CanHalt() bus calls for halting
+          the system.
+
         * .timer units now accept calendar specifications in other timezones
           than UTC or the local timezone.
 
@@ -213,7 +227,7 @@ CHANGES WITH 235:
         userwithuid, Vito Caputo, vliaskov, WaLyong Cho, William Douglas, Xiang
         Fan, Yu Watanabe, Zbigniew Jędrzejewski-Szmek
 
-        — Berlin, 2017-09-XX
+        — Berlin, 2017-10-XX
 
 CHANGES WITH 234: