diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-10-02 16:30:01 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-10-04 20:59:15 +0200 |
commit | e06fafb2d7e7155b1333ee59de5768c8ea0772e8 (patch) | |
tree | a7aa6b1296c7f00b1f88e31d9da41fe432b931d3 /NEWS | |
parent | 6324a8a7271461efb73dc4fe50ad1ebef82e2405 (diff) | |
download | systemd-e06fafb2d7e7155b1333ee59de5768c8ea0772e8.tar.gz systemd-e06fafb2d7e7155b1333ee59de5768c8ea0772e8.tar.bz2 systemd-e06fafb2d7e7155b1333ee59de5768c8ea0772e8.zip |
NEWS: add comment about change sync/async behaviour for shutdown commands
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -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: |