]> 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 17aa5fb025d9365cc6ce6216c14c3a40edc3f22d..23f555fc53fef8d0f29a2aa07709a804c9809563 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,15 @@ systemd System and Service Manager
 
 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:
 
@@ -21,6 +30,15 @@ CHANGES WITH 233 in spe
           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