From 4856b6c485c430ac15d4a634b6958d5f6af89dfa Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 31 Jul 2007 12:55:16 +0100 Subject: [PATCH] NEWS: update with timeout fix --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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) ========================================= -- 2.11.4.GIT