summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2023-08-21 17:55:00 +0100
committerSimon McVittie <smcv@collabora.com>2023-08-21 17:55:00 +0100
commitee03ffc898be7607ac689a692e2e518dc3332469 (patch)
tree580d6dde1107472bf3ccec3d5b1bf94e168b02c9
parent39d64f70a3615db5e0441491613724826aed54ca (diff)
Update NEWS
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b42991fc..94dd247b 100644
--- a/NEWS
+++ b/NEWS
@@ -53,6 +53,13 @@ Enhancements:
• Expand coverage of SPDX/REUSE copyright/license information
(dbus!427, Simon McVittie)
+• On Linux, let dbus-daemon start up successfully (with a warning) if
+ inotify initialization fails, even if DBUS_FATAL_WARNINGS=1 is present
+ in the environment (dbus#473, Simon McVittie)
+
+• On Unix, provide a better error message when looking up a user by name
+ or user ID fails (dbus!442, Simon McVittie)
+
Bug fixes:
• Avoid a dbus-daemon crash if re-creating a connection's policy fails.