2004-09-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / ChangeLog
index 3e910a46eb92fc7f0f829a946e0e0eccae9ff58c..bf710d6e16cc47a1f3dd92a914b60ca5c92fe5a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,36 @@
+2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * configure.in: added check for kqueue. Patch from Geoff Norton
+       in HEAD.
+
+2004-08-17  Dick Porter  <dick@ximian.com>
+
+       * 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
+       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>
+
+       * configure.in: Changes for FreeBSD thread support by John
+       Merryweather Cooper <john_m_cooper@yahoo.com>.
+
+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>