2004-09-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / ChangeLog
index eb7ac86e2b2b78ba60455e26e75eeae06fab467d..bf710d6e16cc47a1f3dd92a914b60ca5c92fe5a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,21 +1,36 @@
-2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
+2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * configure.in: added check for kqueue. Patch from Geoff Norton
+       in HEAD.
 
-       * configure.in: Add --with-tls option to replace the misnamed 
-       --with-nptl option.
+2004-08-17  Dick Porter  <dick@ximian.com>
 
-2004-07-02  Raja R Harinath  <rharinath@novell.com>
+       * configure.in: Correct intl library for FreeBSD and OpenBSD.
+       Fixes bug 62884, patch by Tom McLaughlin (tmclaugh@sdf.lonestar.org).
 
-       * 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-27  John Merryweather Cooper <john_m_cooper@yahoo.com>
+       * configure.in: Disable __thread test (TLS) for FreeBSD as
+       it succeeds on FreeBSD 5.x when it should fail.  Fix pthread
+       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>
 
-2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
+       * configure.in: Changes for FreeBSD thread support by John
+       Merryweather Cooper <john_m_cooper@yahoo.com>.
 
-       * man/mono.1: Added 'aot' to trace options.
+2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
+       * 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>