From: Simon McVittie Date: Mon, 28 Apr 2025 11:51:18 +0000 (+0100) Subject: Update NEWS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e8a83ca94f5f5691cf54cacf9fe8ecabc088b3e;p=thirdparty%2Fdbus.git Update NEWS Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index 896857b4b..f721023a6 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,12 @@ Build system and dependencies: the compile-time DBUS_VERSION or the runtime dbus_get_version(). (dbus#530, dbus!494; Simon McVittie) +Enhancements: + +• Use getsockopt LOCAL_PEERCRED in preference to SCM_CREDS or getpeereid() + on platforms that support it, namely FreeBSD 13+ and macOS + (dbus!520; Alex S, Gleb Popov) + Bug fixes: • Correct commented-out default auth_timeout in system.conf