]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Update NEWS
authorSimon McVittie <smcv@collabora.com>
Wed, 11 Dec 2024 13:16:10 +0000 (13:16 +0000)
committerSimon McVittie <smcv@collabora.com>
Wed, 11 Dec 2024 13:16:10 +0000 (13:16 +0000)
dbus!501 intentionally not mentioned here, it's a purely internal change.

Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index eed36bb90c2274a2f89f6c530a6d91c8fccc9d13..d81adaf2715e7f53f0ad969454b76321cd7b7598 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -82,6 +82,10 @@ Bug fixes:
 • If a DBusWatch callback fails because there is insufficient memory,
   make sure to retry it within a finite time (dbus#536, Petr Malat)
 
+• On macOS with launchd enabled, if the session bus launchd integration
+  is not correctly configured, don't treat that as a fatal error that
+  prevents connecting to the system bus (dbus#510, Mohamed Akram)
+
 • If intrusive test instrumentation is enabled, older versions of dbus
   would simulate an out-of-memory condition once per 2**32 allocations,
   even if not specifically requested. This is no longer done.