]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Update NEWS
authorSimon McVittie <smcv@collabora.com>
Fri, 18 Aug 2023 18:54:07 +0000 (19:54 +0100)
committerSimon McVittie <smcv@collabora.com>
Fri, 18 Aug 2023 18:54:07 +0000 (19:54 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index f21b5b0c97c85ebb59ece4dfeac6cb79ad0d98f4..208836ec7f13a8120588ec4f260d7f8ba075cb6a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,16 @@ dbus 1.14.10 (UNRELEASED)
 
 Bug fixes:
 
+• Avoid a dbus-daemon crash if re-creating a connection's policy fails.
+  If it isn't possible to re-create its policy (for example if it belongs
+  to a user account that has been deleted or if the Name Service Switch is
+  broken, on a system not supporting SO_PEERGROUPS), we now log a warning,
+  continue to use its current policy, and continue to reload other
+  connections' policies. (dbus#343; Peter Benie, Simon McVittie)
+
+• If getting the groups from a user ID fails, report the error correctly,
+  instead of logging "(null)" (dbus#343, Simon McVittie)
+
 • Return the primary group ID in GetConnectionCredentials()' UnixGroupIDs
   field for processes with a valid-but-empty supplementary group list
   (dbus!422, cptpcrd)