summaryrefslogtreecommitdiff
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:59 +0000
commit4e7efdb6eb9991a65f92573f0502169234f6c1bb (patch)
treeab8497d223969fcb918810a90f5d08f42ae26ea7
parent7065b515271002efa8e1a4e305bc60c0f61a21d3 (diff)
downloaddbus-4e7efdb6eb9991a65f92573f0502169234f6c1bb.tar.gz
Add NEWS for #102839
Signed-off-by: Simon McVittie <smcv@collabora.com> (cherry picked from commit 705db4455d482edba52d0af3fe57521da9d33e86)
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b6976052..747841b7 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,13 @@ dbus 1.12.4 (UNRELEASED)
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)
+
• Report the correct error if OOM is reached while trying to listen
on a TCP socket (fd.o #89104, Simon McVittie)