dbus ChangeLog,1.625,1.626

Joe Shaw joe@freedesktop.org
Tue Jan 11 11:59:08 PST 2005


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

Modified Files:
	ChangeLog 
Log Message:
2005-01-11  Joe Shaw  <joeshaw@novell.com>

	Patch from Tambet Ingo <tambet@ximian.com>

	* mono/DBusType/Array.cs (Get): Get the underlying element type by
	calling type.GetElementType().  The code previously depended on
	broken Mono behavior, which was fixed in Mono 1.1.3.

	* mono/DBusType/Dict.cs (constructor): Fix the parameters for
	Activator.CreateInstance() so that the class's constructor is
	called with the right parameters.

Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.625
retrieving revision 1.626
diff -u -d -r1.625 -r1.626
--- ChangeLog	11 Jan 2005 19:31:56 -0000	1.625
+++ ChangeLog	11 Jan 2005 19:59:06 -0000	1.626
@@ -1,5 +1,17 @@
 2005-01-11  Joe Shaw  <joeshaw@novell.com>
 
+	Patch from Tambet Ingo <tambet@ximian.com>
+
+	* mono/DBusType/Array.cs (Get): Get the underlying element type by
+	calling type.GetElementType().  The code previously depended on
+	broken Mono behavior, which was fixed in Mono 1.1.3.
+
+	* mono/DBusType/Dict.cs (constructor): Fix the parameters for
+	Activator.CreateInstance() so that the class's constructor is
+	called with the right parameters.
+
+2005-01-11  Joe Shaw  <joeshaw@novell.com>
+
 	Patch from Timo Teräs <ext-timo.teras@nokia.com>
 
 	* dbus/dbus-connection.c



More information about the dbus-commit mailing list