2004-09-09 Martin Baulig <martin@ximian.com>
[mono.git] / ChangeLog
index 45e026116934513faf4003986ca7c1c4e2117da8..922737712d9c28dc8229eac5964d619b0ca900ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,36 @@
+2004-09-03  Martin Baulig  <martin@ximian.com>
+
+       * Makefile.am (bootstrap-world): New target.
+
+2004-09-02  Martin Baulig  <martin@ximian.com>
+
+       * runtime/net_1_1/Makefile.am (install-data-local): Install
+       mscorlib.dll.mdb into $(corlibdir).
+
+       * runtime/net_2_0/Makefile.am: Likewise.
+
+2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
+
+       * scripts/mcs.in: Remove obsolete comment.
+
+2004-08-27  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * data/net_1_1/DefaultWsdlHelpGenerator.aspx: Little fix.
+       * data/net_2_0/DefaultWsdlHelpGenerator.aspx: Added information about
+         basic profile compliance.
+       * data/net_2_0/machine.config: Use 2.0 assembly versions.
+
+2004-08-26  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile.am (mcs-do-run-test): Depend on '$(tmpinst)/bin/mbas'.
+       ($(tmpinst)/bin/mbas): Create temporary wrapper file, so that the
+       testcases pick the built 'mbas.exe'.
+
 2004-08-17  Zoltan Varga  <vargaz@freemail.hu>
 
+       * mono/os/gc_wrapper.h: Only use thread local alloc if using the included libgc, since the
+       stock one has broken headers.
+
        * configure.in (PLATFORM_WIN32): Make the included libgc the default on windows.
 
 2004-08-17  Dick Porter  <dick@ximian.com>