From 2388bc86ee7e2b01f36ec6711608601f538eb712 Mon Sep 17 00:00:00 2001 From: Joe Shaw Date: Wed, 12 Jan 2005 17:31:08 +0000 Subject: 2005-01-12 Joe Shaw * mono/Makefile.am: Always build the dbus DLL with --debug. * mono/Arguments.cs (GetDBusTypeConstructor): If the type is an enum, get the enum's underlying type. Another mono 1.1.3 fix. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7cea7967..b16bfb40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-01-12 Joe Shaw + + * mono/Makefile.am: Always build the dbus DLL with --debug. + + * mono/Arguments.cs (GetDBusTypeConstructor): If the type + is an enum, get the enum's underlying type. Another mono + 1.1.3 fix. + 2005-01-11 Joe Shaw Patch from Sjoerd Simons -- cgit