]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Update NEWS for fd.o #103737, #104641
authorSimon McVittie <smcv@collabora.com>
Fri, 2 Mar 2018 15:17:38 +0000 (15:17 +0000)
committerSimon McVittie <smcv@collabora.com>
Fri, 2 Mar 2018 15:17:38 +0000 (15:17 +0000)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index 550e798da559caf758acf5c1edfaeb2dd0fcc7b0..67ce28f8147083338332b7cf2ade93bc012221a5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,19 @@
 dbus 1.13.4 (UNRELEASED)
 ========================
 
-...
+Enhancements:
+
+• On Linux 4.13 or later, <policy group="…"> now uses the SO_PEERGROUPS
+  credentials-passing socket option to get the effective group IDs
+  of the initiator of the connection. On platforms where that socket
+  option is not available, dbus-daemon continues to look up the
+  connection's user ID in the system user and group databases and
+  assume that it has the groups that would have been granted by
+  initgroups(). (fd.o #103737, #97821; Simon McVittie)
+
+• If the dbus-daemon is compiled for Linux with systemd support, it
+  now informs systemd that it is ready for use via the sd_notify()
+  mechanism. (fd.o #104641; Michal Sekletar, Simon McVittie)
 
 dbus 1.13.2 (2018-03-01)
 ========================