]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Update NEWS
authorSimon McVittie <smcv@collabora.com>
Mon, 28 Apr 2025 11:51:18 +0000 (12:51 +0100)
committerSimon McVittie <smcv@collabora.com>
Mon, 28 Apr 2025 11:51:18 +0000 (12:51 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index 896857b4b038e90488aac4970ffe08fbabd24843..f721023a6e7510116a25362ae1bfd4eff0ebe6d4 100644 (file)
--- 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