]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Add NEWS for #102839
authorSimon McVittie <smcv@collabora.com>
Thu, 8 Feb 2018 14:11:26 +0000 (14:11 +0000)
committerSimon McVittie <smcv@collabora.com>
Thu, 8 Feb 2018 14:11:26 +0000 (14:11 +0000)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index 5af95fccb91603895a135dbb8f808c040330168b..a707a39f8520bbd7343f6c2a5b750f718e3013c6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,13 @@ Enhancements:
 
 Fixes:
 
+• When iterating the DBusConnection while blocking on a pending call,
+  don't wait for I/O if that pending call already has a result; and make
+  sure that whether it has a result is propagated in a thread-safe way.
+  This prevents certain multi-threaded calling patterns from blocking
+  until their timeout even when they should have succeeded sooner.
+  (fd.o #102839; Manish Narang, Michael Searle)
+
 • Do not look up client-supplied strings in the system user database
   (NSS or equivalent) when using the recommended EXTERNAL auth mechanism.
   This could previously lead to a deadlock or timeout in the presence of