2010-05-17 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / ChangeLog
index 5d0e0fa26c29688f6bc5d7fc7478e277377c59cb..06704dddf5eab92a616b3c3840dcefeb5bcfcfd2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,88 @@
+2010-05-11  Andrew Jorgensen  <ajorgensen@novell.com>
+
+       * scripts/mono-find-*.in: Look for libmono-2.0.so.1, not libmono.so
+       and set MONO_PATH to ensure that mscorlib.dll can be found
+
+2010-04-29  Andreas Färber  <andreas.faerber@web.de>
+
+       * configure.in: Check for -lm necessity.
+       Fixes linking on Haiku.
+
+       Contributed under MIT/X11 license.
+
+2010-04-27  Mark Probst  <mark.probst@gmail.com>
+
+       * scripts/mono-heapviz: If the major sections are too small, use a
+       larger width.
+
+2010-04-27  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Switch to eglib by default.
+
+2010-04-26  Geoff Norton  <gnorton@novell.com>
+
+       * configure.in: Allow cross compiling osx for 64-bit
+
+2010-04-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Applied patch from Robert Nagy (robert@openbsd.org). Add
+       sys/param.h dependencies to a few checks.
+
+2010-04-25  Mark Probst  <mark.probst@gmail.com>
+
+       * tools/sgen/sgen-grep-binprot.c: Support for major Mark&Sweep
+       collector.
+
+2010-04-20  Jonathan Pryor  <jpryor@novell.com>
+
+       * configure.in: Check for the asm/sigcontext.h header.
+
+2010-04-20  Andrés G. Aragoneses  <andres@lindenlab.com>
+
+       * README: Replace --with-profile2 with --with-profile4.
+
+2010-04-20  Jonathan Pryor  <jpryor@novell.com>
+
+       * configure.in: On OpenBSD, remove duplicate -pthread options in 
+         libmono_ldflags.  Change from Robert Nagy <robert@openbsd.org>.
+
+2010-04-20  Jonathan Pryor  <jpryor@novell.com>
+
+       * configure.in: For Linux hosts, remove libmono_ldflags="-lpthread".
+         It's unnecessary (for !target_win32, pthreads are checked again 
+         later in configure.in), and it breaks Android (which doesn't have
+         libpthread, but DOES have pthreads in libc).
+
+2010-04-19  Jonathan Pryor  <jpryor@novell.com>
+
+       * configure.in: Disable AC_CHECK_LIB() for pthread, as this breaks
+         autoconf on BSD platforms.  (Why?  Who knows -- it's AutoConf!)
+
+2010-04-19  Jonathan Pryor  <jpryor@novell.com>
+
+       * configure.in: Use AC_CHECK_LIB() to check for pthread instead of
+         just blindly linking to -lpthread, as Android includes pthread
+         support within libc and doesn't provide a separate libpthread.
+         Android's <string.h> pulls in <malloc.h> (unlike glibc), resulting
+         in a build error in mono/utils/mono-codeman.c due to 
+         `struct mallinfo` re-declaration.  Define HAVE_USR_INCLUDE_MALLOC_H 
+         if /usr/include/malloc.h is present to avoid this.
+
+2010-04-19  Jonathan Pryor  <jpryor@novell.com>
+
+       * configure.in: Add header, structure member, and function checks as 
+         Android doesn't provide all the headers, structure members, and 
+         functions that a "full" Linux distro includes.
+
+2010-04-19  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Add a --enable-minimal=normalization option to disable support
+       for string normalization.
+
+2010-04-16  Marek Habersack  <mhabersack@novell.com>
+
+       * configure.in: added a check for sysconf(3)
+
 2010-04-14  Miguel de Icaza  <miguel@novell.com>
 
        * configure.in: turn the AC_MSG_ERROR into a AC_MSG_WARN since in