Merge from HEAD.
[mono.git] / ChangeLog
index 4f572cf505d324178fb5e999f1dfcd614cccd549..f151e6aa336484418157963d7eecfcc66b554ede 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2004-10-14  Joe Shaw  <joeshaw@novell.com>
+        * man/mono.1: Fix the syntax of the M: trace syntax
+
+2004-10-10  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in: Add some checks for cygwin weirdness.
+
+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