Update NEWS for fd.o #101570
authorSimon McVittie <smcv@collabora.com>
Wed, 28 Jun 2017 18:19:47 +0000 (19:19 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 28 Jun 2017 18:19:47 +0000 (19:19 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index d1124bc..d3b4180 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -78,6 +78,13 @@ Enhancements:
   g_test_trap_subprocess(), for Windows support and better robustness
   on Unix (fd.o #101362, Simon McVittie)
 
+• On systemd systems, if ${localstatedir}/dbus/machine-id doesn't exist,
+  instruct systemd-tmpfiles to make it a symbolic link to /etc/machine-id.
+  This prevents the two files from going out of sync on stateless or live
+  images without needing to run dbus-uuidgen, and supports older D-Bus
+  implementations that do not necessarily read /etc/machine-id themselves.
+  (fd.o #101570, Simon McVittie)
+
 Fixes:
 
 • Fix a reference leak when blocking on a pending call on a connection