From: Simon McVittie Date: Mon, 21 Aug 2023 16:55:00 +0000 (+0100) Subject: Update NEWS X-Git-Tag: dbus-1.15.8~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee03ffc898be7607ac689a692e2e518dc3332469;p=thirdparty%2Fdbus.git Update NEWS Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index b42991fc3..94dd247bd 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.