Fix NET_2_0 build.
[mono.git] / ChangeLog
index 45e026116934513faf4003986ca7c1c4e2117da8..e9958f80bb7647e7c539516b68614a7a355d0fc1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,41 @@
+2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
+
+       * Makefile.am (populate-runtime-subdir): Avoid -path argument to find
+       since it is not supported on solaris.
+
+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>