summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2023-09-01 15:46:48 +0100
committerSimon McVittie <smcv@collabora.com>2023-09-01 15:46:48 +0100
commitcfc701e593c0e2ca7b5aa0faf715a2efb97c9575 (patch)
treeffe6683e2bc85d13010f7107621c26146a8c5f62
parent94022bc94fa4a0230e9ab7a402df8988a5223ec6 (diff)
Re-word NEWS entry for 1.12.xdbus-1.12
1.12.x never supports SO_PEERGROUPS. Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 82ff1623..06824fb3 100644
--- a/NEWS
+++ b/NEWS
@@ -16,9 +16,9 @@ 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)
+ broken), 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)