dbus ChangeLog,1.1024,1.1025

Rob McQueen robot101 at kemper.freedesktop.org
Tue Jun 6 16:07:06 PDT 2006


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

Modified Files:
	ChangeLog 
Log Message:
2005-05-06  Robert McQueen  <robot101 at debian.org>

	* glib/dbus-gvalue-utils.c: Spotted a warning about the return value
	  of g_slist_prepend not being used. Fixed copying of slist-based
	  specialised collections, then wrote a test case and found that it was
	  all broken. Went on to fix iterating and appending too. Good thing
	  nobody uses this code yet.

Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1024
retrieving revision 1.1025
diff -u -d -r1.1024 -r1.1025
--- ChangeLog	6 Jun 2006 19:45:39 -0000	1.1024
+++ ChangeLog	6 Jun 2006 23:07:04 -0000	1.1025
@@ -1,5 +1,13 @@
 2005-05-06  Robert McQueen  <robot101 at debian.org>
 
+	* glib/dbus-gvalue-utils.c: Spotted a warning about the return value
+	  of g_slist_prepend not being used. Fixed copying of slist-based
+	  specialised collections, then wrote a test case and found that it was
+	  all broken. Went on to fix iterating and appending too. Good thing
+	  nobody uses this code yet.
+
+2005-05-06  Robert McQueen  <robot101 at debian.org>
+
 	* glib/dbus-gvalue-utils.c: Remove duplicated code by having all of
 	  the iterators use gvalue_take_ptrarray_value (the GValues themselves
 	  are discarded without unsetting, so it makes no difference whether



More information about the dbus-commit mailing list