summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-03-02 15:17:38 +0000
committerSimon McVittie <smcv@collabora.com>2018-03-02 15:17:38 +0000
commitdd9f24794b875eabc8d4dd8a123691785136aad7 (patch)
tree701808505029980f66b51e685af892a01c2a5d36
parent52594df070470e1083c3f77a395f2a61798e7737 (diff)
Update NEWS for fd.o #103737, #104641
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS14
1 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 550e798da..67ce28f81 100644
--- 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)
========================