From: Simon McVittie Date: Wed, 11 Dec 2024 13:16:10 +0000 (+0000) Subject: Update NEWS X-Git-Tag: dbus-1.15.92~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d88ad15ea65c3d7186e6d8c352a75f1bacc3f77;p=thirdparty%2Fdbus.git Update NEWS dbus!501 intentionally not mentioned here, it's a purely internal change. Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index eed36bb90..d81adaf27 100644 --- 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.