2010-04-02 Miguel de Icaza <miguel@novell.com>
[mono.git] / ChangeLog
index c88d75e2dd6369019aa0ecd018faa25c1cd75e32..3ab966210a0f7a2f0844a0516ef62ba85ebb1f86 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+2010-04-02  Marek Habersack  <mhabersack@novell.com>
+
+       * configure.in: include -lkernel32 in LDFLAGS when cross-compiling
+       with MINGW or compiling on Cygwin.
+
+       * build-mingw32.sh: some changes to make the compilation work
+       better on non-SuSE systems.
+
+2010-04-01  Mark Probst  <mark.probst@gmail.com>
+
+       * scripts/mono-heapviz: Process and output detailed pinning
+       statistics.
+
+2010-03-29  Andreas Färber  <andreas.faerber@web.de>
+
+       * configure.in: Add support for Haiku
+
+       Contributed under MIT/X11 license.
+
+2010-03-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Add a --enable-system-aot option to control the generation of
+       AOT images during the build.
+
+2010-03-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Apply some openbsd changes from openbsd ports.
+
+2010-03-23  Neale Ferguson <neale@sinenomine.net>
+
+       * configure.in: Change ACCESS_UNALINGED to "yes" for s390/s390x.
+
+2010-03-22  Andreia Gaita  <avidigal@gmail.com>
+
+       * configure.in: fix build when doing with-mcs-docs=no on a clean tree
+
+2010-03-19  Zoltan Varga  <vargaz@gmail.com>
+
+       * autogen.sh: Pass -Wno-portability to automake to quiet some warnings.
+
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * runtime/Makefile.am, build-mingw32.sh: rename
+       the net_2_1 profile to moonlight.
+
+2010-03-10  Andrew Jorgensen  <ajorgensen@novell.com>
+
+       * configure.in: configure eglib even when we are not building
+       it (fixes dist)
 
 Fri Mar 5 18:58:15 CET 2010 Paolo Molaro <lupus@ximian.com>