dbus ChangeLog,1.816,1.817
John Palmieri
johnp at freedesktop.org
Tue Jun 28 12:36:53 PDT 2005
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv21340
Modified Files:
ChangeLog
Log Message:
* python/dbus_bindings.pyx.in (cunregister_function_handler,
cmessage_function_handler): Patch from
Anthony Baxter <anthony at interlink.com.au> fixes threading problems
by using the Py_GILState_Ensure/Release to synchronize with the
python runtime.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.816
retrieving revision 1.817
diff -u -d -r1.816 -r1.817
--- ChangeLog 28 Jun 2005 15:14:21 -0000 1.816
+++ ChangeLog 28 Jun 2005 19:36:51 -0000 1.817
@@ -1,3 +1,11 @@
+2005-06-28 John (J5) Palmieri <johnp at redhat.com>
+
+ * python/dbus_bindings.pyx.in (cunregister_function_handler,
+ cmessage_function_handler): Patch from
+ Anthony Baxter <anthony at interlink.com.au> fixes threading problems
+ by using the Py_GILState_Ensure/Release to synchronize with the
+ python runtime.
+
2005-06-28 Ray Strode <rstrode at redhat.com>
* dbus/dbus-spawn.c (_dbus_babysitter_unref): kill
More information about the dbus-commit
mailing list