Merge from HEAD.
[mono.git] / ChangeLog
index 40aab0e84d0820f1e2372ce2a881e2611e29c445..f151e6aa336484418157963d7eecfcc66b554ede 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,45 +1,20 @@
-2004-08-07  Zoltan Varga  <vargaz@freemail.hu>
-
-       * configure.in: Add proper checks for the 'undefined reference to '__tls_get_addr' problem.
-
-2004-08-06  Geoff Norton  <gnorton@customerdna.com>
-
-       * configure.in: Add a kqueue check
-
-2004-08-03  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
-
-       * configure.in: Enable S/390 64-bit JIT.
-
-2004-07-31  Zoltan Varga  <vargaz@freemail.hu>
-
-       * configure.in: Enable AMD64 JIT.
-
-2004-07-30  Martin Baulig  <martin@ximian.com>
-
-       * Makefile.am: The symbol writer is now called
-       Mono.CompilerServices.SymbolWriter.dll. 
+2004-10-14  Joe Shaw  <joeshaw@novell.com>
+        * man/mono.1: Fix the syntax of the M: trace syntax
 
-2004-07-30  Raja R Harinath  <rharinath@novell.com>
+2004-10-10  Zoltan Varga  <vargaz@freemail.hu>
 
-       * runtime/Makefile.am (monoone_DATA): Add mcs.exe.config.
-       (gmcs_exe): Add gmcs.exe.config.
-       ($(monoone_DATA) $(monotwo_DATA) ...): Add location of the .config
-       files too.
+       * configure.in: Add some checks for cygwin weirdness.
 
-2004-07-29  Lluis Sanchez Gual  <lluis@novell.com>
+2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
-       * Makefile.am: Copy machine.config in the correct _tmpinst subdirectory.
+       * configure.in: added check for kqueue. Patch from Geoff Norton
+       in HEAD.
 
-2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
+2004-08-17  Dick Porter  <dick@ximian.com>
 
-       * configure.in: Added data/net_1_1 and data/net_2_0 to the build.
-       * data/Makefile.am: Removed installation of machine.config and
-         DefaultWsdlHelpGenerator.aspx. Those now are in a version-specific
-         directory.
-       * data/net_1_1/Makefile.am, data/net_2_0/Makefile.am: new makefiles for
-         installing 1.1 and 2.0 makefiles.
-       * runtime/net_1_1/Makefile.am, runtime/net_2_0/Makefile.am: Install mscorlib
-         at the correct version specific directory.
+       * configure.in: Correct intl library for FreeBSD and OpenBSD.
+       Fixes bug 62884, patch by Tom McLaughlin (tmclaugh@sdf.lonestar.org).
 
 2004-07-27  John Merryweather Cooper <john_m_cooper@yahoo.com>
        * configure.in: Disable __thread test (TLS) for FreeBSD as
        library detection for FreeBSD 4.x since pthread is embedded
        in libc_r on this platform.  Fix some typos in my host
        regexes for freebsd.
-
+       
 2004-07-23  Dick Porter  <dick@ximian.com>
 
        * configure.in: Changes for FreeBSD thread support by John
        Merryweather Cooper <john_m_cooper@yahoo.com>.
 
-2004-07-15  Jackson Harper  <jackson@ximian.com>
-
-       * man/gacutil.1: MONO_GAC_PREFIX not MONO_GAC_PATH
-       
-2004-07-12  Massimiliano Mantione  <massi@ximian.com>
-
-       * docs/abc-removal.txt: Updated documentation for ABC removal.
-
-2004-07-12  Massimiliano Mantione  <massi@ximian.com>
-
-       * mono/mini/abcremoval.c: Rewritten most of ABC removal.
-       * mono/mini/abcremoval.h: Rewritten most of ABC removal.
-       * mono/mini/build_relations_propagation_table.pl: Deleted (unneeded after the rewrite).
-       * mono/mini/propagated_relations_table.def: Deleted (unneeded after the rewrite).
-
 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
-
-       * configure.in: Add --with-tls option to replace the misnamed 
-       --with-nptl option.
-
-2004-07-02  Raja R Harinath  <rharinath@novell.com>
-
-       * Makefile.am (mcs-do-basic-build, mcs-do-short-build):
-       Pass NO_SIGN_ASSEMBLY=yes to sub-make.
-       ($(tmpinst)/bin/mono) [PLATFORM_WIN32]: Make it work.
-
-2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
-
-       * man/mono.1: Added 'aot' to trace options.
+       * configure.in: Add --with-tls option to replace the misnamed 
+       --with-nptl option.
 
 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
 
-       * configure.in: Fix trunc check + add SPARC64 defines.
+       * configure.in: Fix trunc check + add SPARC64 defines.  
+
+       * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
+       delegates from a delegate. Fixes #61033.       
 
 2004-06-29  Jackson Harper  <jackson@ximian.com>