summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoe Shaw <joeshaw@novell.com>2005-01-12 22:48:20 +0000
committerJoe Shaw <joeshaw@novell.com>2005-01-12 22:48:20 +0000
commitc6adffbbcf4eecd43177a05fb3b6624877a0f4ea (patch)
treecc109938f7a2d21f5bb3a2aaf4becf18907358e8 /ChangeLog
parent5d2e90f27921a5b9b11620759cbb8a0ba0a4e45a (diff)
2005-01-12 Joe Shaw <joeshaw@novell.com>
* mono/Makefile.am, mono/example/Makefile.am: Always build the dbus DLL with --debug. Clean up after the .mdb files this leaves behind.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e58d262a..2a67d53f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,12 @@
2005-01-12 Joe Shaw <joeshaw@novell.com>
+ * mono/Makefile.am, mono/example/Makefile.am: Always build the
+ dbus DLL with --debug. Clean up after the .mdb files this leaves
+ behind.
+
* mono/doc/Makefile.am: Need to uninstall the docs on "make
uninstall"
- * mono/Makefile.am, mono/example/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.