From 9e262d565e9c3f4928170922f86e05356cc26ddd Mon Sep 17 00:00:00 2001 From: Seth Nickell Date: Fri, 28 May 2004 02:16:11 +0000 Subject: 2004-05-27 Seth Nickell * python/dbus.py: * python/dbus_bindings.pyx.in: Fix failure to notify that a signal was not handled, resulted in hung functions. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2105b592..9824f2bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-05-27 Seth Nickell + + * python/dbus.py: + * python/dbus_bindings.pyx.in: + + Fix failure to notify that a signal was not handled, + resulted in hung functions. + 2004-05-25 Colin Walters * tools/dbus-monitor.c (main): Monitor all types of messages. -- cgit