summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoe Shaw <joeshaw@novell.com>2005-01-12 17:31:08 +0000
committerJoe Shaw <joeshaw@novell.com>2005-01-12 17:31:08 +0000
commit2388bc86ee7e2b01f36ec6711608601f538eb712 (patch)
tree5caf538e68abbf177b638c501db1de880170719a /ChangeLog
parented3cfaec212027b3c5adfe805378f42c642d463c (diff)
2005-01-12 Joe Shaw <joeshaw@novell.com>
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cea7967..b16bfb40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-01-12 Joe Shaw <joeshaw@novell.com>
+
+ * 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 <joeshaw@novell.com>
Patch from Sjoerd Simons <sjoerd@luon.net>