dbus ChangeLog,1.609,1.610

Joe Shaw joe at freedesktop.org
Fri Dec 17 14:21:18 PST 2004


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

Modified Files:
	ChangeLog 
Log Message:
2004-12-17  Joe Shaw  <joeshaw at novell.com>

	* mono/DBusType/Byte.cs, mono/DBusType/Int32.cs,
	mono/DBusType/Int64.cs, mono/DBusType/UInt32.cs,
	mono/DBusType/UInt64.cs: Use Enum.GetUnderlyingType() instead of
	Type.UnderlyingSystemType to get the actual system type
	underneath.  This code previously depended on the broken Mono
	behavior, which was fixed in 1.1.3.

Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.609
retrieving revision 1.610
diff -u -d -r1.609 -r1.610
--- ChangeLog	27 Nov 2004 07:30:22 -0000	1.609
+++ ChangeLog	17 Dec 2004 22:21:16 -0000	1.610
@@ -1,3 +1,12 @@
+2004-12-17  Joe Shaw  <joeshaw at novell.com>
+
+	* mono/DBusType/Byte.cs, mono/DBusType/Int32.cs,
+	mono/DBusType/Int64.cs, mono/DBusType/UInt32.cs,
+	mono/DBusType/UInt64.cs: Use Enum.GetUnderlyingType() instead of
+	Type.UnderlyingSystemType to get the actual system type
+	underneath.  This code previously depended on the broken Mono
+	behavior, which was fixed in 1.1.3.
+
 2004-11-27  Havoc Pennington  <hp at redhat.com>
 
 	* dbus/dbus-string.h (_dbus_string_get_byte): inline when asserts



More information about the dbus-commit mailing list