dbus ChangeLog,1.1034,1.1035

Thiago J. Macieira thiago at kemper.freedesktop.org
Mon Jun 12 02:18:47 PDT 2006


Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv24253

Modified Files:
	ChangeLog 
Log Message:
	* qt/src/qdbusintegrator.cpp: Fix bug in parsing async methods
        that took a QDBusMessage parameter.
	* qt/src/qdbusbus.h: Add a default flag for RequestName.
	* qt/tools/dbus.cpp: Don't use automatic call because we might
        be calling an async method: request a reply.


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1034
retrieving revision 1.1035
diff -u -d -r1.1034 -r1.1035
--- ChangeLog	11 Jun 2006 12:18:23 -0000	1.1034
+++ ChangeLog	12 Jun 2006 09:18:45 -0000	1.1035
@@ -1,5 +1,13 @@
 2006-06-11  Thiago Macieira <thiago.macieira at trolltech.com>
 
+	* qt/src/qdbusintegrator.cpp: Fix bug in parsing async methods
+        that took a QDBusMessage parameter.
+	* qt/src/qdbusbus.h: Add a default flag for RequestName.
+	* qt/tools/dbus.cpp: Don't use automatic call because we might
+        be calling an async method: request a reply.
+
+2006-06-11  Thiago Macieira <thiago.macieira at trolltech.com>
+
 	* test/qt/*: Update the testcases, including testing the new
         functionality of sending null QByteArray and QString over the
         bus. Add new headertest test and restore the old



More information about the dbus-commit mailing list