2004-09-02 Marek Safar <marek.safar@seznam.cz>
[mono.git] / ChangeLog
index 45e026116934513faf4003986ca7c1c4e2117da8..5d291b02ded8fbbb905126b3c4341c919e9c6187 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,32 @@
+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>