summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-07-31 12:55:16 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-07-31 12:55:16 +0100
commit4856b6c485c430ac15d4a634b6958d5f6af89dfa (patch)
tree89e3e83a57ec803e59d7af8047552ae00e3b4fc7
parent5ab6cdc200267095edd56645df536dac5d4dc986 (diff)
downloaddbus-python-4856b6c485c430ac15d4a634b6958d5f6af89dfa.tar.gz
NEWS: update with timeout fix
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cdbe26a..95258dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+D-Bus Python Bindings 0.82.2 (unreleased)
+=========================================
+
+Fixes:
+
+* Connection.call_async() measures timeouts in seconds, as was always intended.
+ This means that calls through a proxy object with a reply_handler and
+ error_handler will measure the timeout in seconds too. call_blocking()
+ already used seconds, and still does. Existing code using timeouts for
+ async calls (which would only have worked with 0.82.1) will have to adjust
+ the timeout length. This applies to the OLPC Sugar environment as used in
+ Trial 2, for instance.
+
D-Bus Python Bindings 0.82.1 (2007-07-11)
=========================================