summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-02-08 14:11:26 +0000
committerSimon McVittie <smcv@collabora.com>2018-02-08 14:11:26 +0000
commit705db4455d482edba52d0af3fe57521da9d33e86 (patch)
tree89c0eb80b1b68892d56e75386322eb992d40d614 /NEWS
parent0b1e2928606e0cf138c38e75eb248d2ed19bff15 (diff)
downloaddbus-705db4455d482edba52d0af3fe57521da9d33e86.tar.gz
Add NEWS for #102839
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5af95fcc..a707a39f 100644
--- 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