summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2023-08-18 19:53:54 +0100
committerSimon McVittie <smcv@collabora.com>2023-08-18 19:53:54 +0100
commit94022bc94fa4a0230e9ab7a402df8988a5223ec6 (patch)
tree4c5a02d20b89ef3950a765fcbdb5907927dd6132
parent492eb2c9dfbd8e2671b3122a8350ce1a7236f93c (diff)
Update NEWS
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS12
1 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d55b3334..82ff1623 100644
--- a/NEWS
+++ b/NEWS
@@ -11,7 +11,17 @@ are discovered.
dbus 1.12.30 (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)
dbus 1.12.28 (2023-06-06)
=========================