summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-10-05 11:26:44 +0200
committerGitHub <noreply@github.com>2017-10-05 11:26:44 +0200
commitc9905d4dd291c1525dc1a075651aade26498b204 (patch)
treed2317c583a52431b42b450910b584ff977bfc747 /NEWS
parent2a2fcbeecd04f342a36eead2200fbe49598b83eb (diff)
parente06fafb2d7e7155b1333ee59de5768c8ea0772e8 (diff)
downloadsystemd-c9905d4dd291c1525dc1a075651aade26498b204.tar.gz
Merge pull request #6944 from poettering/suspend-fix
systemctl reboot/suspend tweaks
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 45fd911fad..dc5c8acdff 100644
--- 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.
@@ -222,7 +236,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: