dbus ChangeLog,1.938,1.939

John Palmieri johnp at freedesktop.org
Wed Nov 30 16:07:22 PST 2005


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

Modified Files:
	ChangeLog 
Log Message:
* test/qt/Makefile.am: build from srcdir

* qt/qtconnection.cpp (requestName): Changed PROHIBIT_REPLACE to ALLOW_REPLACE
  Note - this code is wrong and needs to be fixed by the Qt binding
  developers.  The flags should be treated as bitfields and not enums.

* qt/qtconnection.h: Change ProhibitReplace to AllowReplace

* dbus/dbus-list.c (link_after): remove #ifdef DBUS_BUILD_TESTS



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.938
retrieving revision 1.939
diff -u -d -r1.938 -r1.939
--- ChangeLog	30 Nov 2005 21:23:11 -0000	1.938
+++ ChangeLog	1 Dec 2005 00:07:20 -0000	1.939
@@ -4,8 +4,19 @@
 
 2005-11-30  John (J5) Palmieri  <johnp at redhat.com>
 
-	* dbus/dbus-list.c (_dbus_list_insert_after_link, _dbus_list_insert_after):
-	remove #ifdef DBUS_BUILD_TESTS since we use these methods in production code
+	* test/qt/Makefile.am: build from srcdir
+
+	* qt/qtconnection.cpp (requestName): Changed PROHIBIT_REPLACE to ALLOW_REPLACE
+	Note - this code is wrong and needs to be fixed by the Qt binding
+	developers.  The flags should be treated as bitfields and not enums.
+
+	* qt/qtconnection.h: Change ProhibitReplace to AllowReplace
+
+2005-11-30  John (J5) Palmieri  <johnp at redhat.com>
+
+	* dbus/dbus-list.c (_dbus_list_insert_after_link, _dbus_list_insert_after, 
+	  link_after): remove #ifdef DBUS_BUILD_TESTS since we use these methods 
+	  in production code
 
 2005-11-30  John (J5) Palmieri  <johnp at redhat.com>
 



More information about the dbus-commit mailing list