dbus ChangeLog,1.772,1.773

John Palmieri johnp at freedesktop.org
Mon May 16 14:27:06 PDT 2005


Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv4895

Modified Files:
	ChangeLog 
Log Message:
* glib/dbus-gmain.c (io_handler_dispatch): fix deadlock
  when using recursive g_main_loops

* python/_dbus.py (class Bus): add the ProxyObjectClass
  alias for ProxyObject to make it easier for the Twisted
  networking framework to integrate dbus.

* python/proxies.py (class ProxyObject): add the ProxyMethodClass
  alias for ProxyMethod to make it easier for the Twisted
  networking framework to integrate dbus.



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.772
retrieving revision 1.773
diff -u -d -r1.772 -r1.773
--- ChangeLog	11 May 2005 19:02:31 -0000	1.772
+++ ChangeLog	16 May 2005 21:27:03 -0000	1.773
@@ -1,3 +1,16 @@
+2005-05-16  John (J5) Palmieri  <johnp at redhat.com>
+
+	* glib/dbus-gmain.c (io_handler_dispatch): fix deadlock
+	when using recursive g_main_loops
+
+	* python/_dbus.py (class Bus): add the ProxyObjectClass
+	alias for ProxyObject to make it easier for the Twisted 
+	networking framework to integrate dbus.
+
+	* python/proxies.py (class ProxyObject): add the ProxyMethodClass
+	alias for ProxyMethod to make it easier for the Twisted 
+	networking framework to integrate dbus. 
+
 2005-05-11  Ross Burton  <ross at burtonini.com>
 
 	* glib/dbus-glib-tool.c: Add --prefix argument.



More information about the dbus-commit mailing list