]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - NEWS
resolved: default to the compile-time fallback hostname
[thirdparty/systemd.git] / NEWS
diff --git a/NEWS b/NEWS
index f0ad917464caef0e367c4b1c33d4c017b757d076..23f555fc53fef8d0f29a2aa07709a804c9809563 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,45 @@
 systemd System and Service Manager
 
-CHANGES WITH 232 in spe
+CHANGES WITH 233 in spe
+
+        * DBus policy files are now installed into /usr rather than /etc. Make
+          sure your system has dbus >= 1.9.18 running before upgrading to this
+          version, or override the install path with --with-dbuspolicydir= .
+
+        * The shell invoked by debug-shell.service now defaults to /bin/sh in
+          all cases. If distributions want to use a different shell for this
+          purpose (for example Fedora's /sbin/sushell) they need to specify
+          this explicitly at configure time using --with-debug-shell=.
+
+        * The confirmation spawn prompt has been reworked to offer the
+          following choices:
+
+           (c)ontinue, proceed without asking anymore
+           (D)ump, show the state of the unit
+           (f)ail, don't execute the command and pretend it failed
+           (h)elp
+           (i)nfo, show a short summary of the unit
+           (j)obs, show jobs that are in progress
+           (s)kip, don't execute the command and pretend it succeeded
+           (y)es, execute the command
+
+          The 'n' choice for the confirmation spawn prompt has been removed,
+          because its meaning was confusing.
+
+        * Services of Type=notify require a READY=1 notification to be sent
+          during startup. If no such message is sent, the service now fails,
+          even if the main process exited with a successful exit code.
+
+        * The option MulticastDNS= of network configuration files has got
+          actual implementation. With MulticastDNS=yes a host can resolve
+          names of remote hosts and to reply to mDNS's A and AAAA requests
+          from the hosts.
+
+        * When units are about to be started an additional check is now done to
+          ensure that all dependencies of type BindsTo= (when used in
+          combination with After=) have been started.
+
+CHANGES WITH 232:
 
         * The new RemoveIPC= option can be used to remove IPC objects owned by
           the user or group of a service when that service exits.
@@ -347,7 +386,7 @@ CHANGES WITH 232 in spe
         E. MORIN, Yi EungJun, Yuki Inoguchi, Yu Watanabe, Zbigniew
         Jędrzejewski-Szmek, Zeal Jagannatha
 
-        — Santa Fe, 2016-11-XX
+        — Santa Fe, 2016-11-03
 
 CHANGES WITH 231: