2008-08-18 Geoff Norton <gnorton@novell.com>
[mono.git] / ChangeLog
index 4e25c5a741251b5b5959c1eb28a19e50d9140626..0ad68410eeb9d06e9531154fee460b43d310bb3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,93 @@
+2008-08-12  Bill Holmes  <billholmes54@gmail.com>
+
+       * winconfig.h:  Updating the config file for MSVC builds to match
+         the config file used when compiling with gcc in Cygwin.
+
+       Contributed under MIT/X11 license.
+
+2008-08-09  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * docs/generic-sharing: Some updates from an irc talk with Mark.
+
+2008-08-06  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile.am (EXTRA_DIST): Add dtrace-prelink.sh and build-mingw32.sh.
+
+       * scripts/Makefile.am (EXTRA_DIST): Add patch-quiet.sh.
+
+2008-08-05  Marek Habersack  <mhabersack@novell.com>
+
+       * configure.in: use the PKG_CONFIG_PATH only when cross-compiling.
+
+2008-08-05  Marek Habersack  <mhabersack@novell.com>
+
+       * configure.in: added support for cross-compilation
+
+2008-08-05  Marek Habersack  <mhabersack@novell.com>
+
+       * build-mingw32.sh: added a script to build Mono for Windows on a
+       Linux host using mingw.
+
+2008-08-05  Marek Habersack  <mhabersack@novell.com>
+
+       * scripts/Makefile.am: added support for cross-compilation,
+       including .bat generation for windows targets.
+
+2008-08-05  Marek Habersack  <mhabersack@novell.com>
+
+       * scripts/smcs.bat.in, scripts/script.bat.in,
+       scripts/script_umask.bat.in: added .bat templates.
+
+2008-08-05  Marek Habersack  <mhabersack@novell.com>
+
+       * runtime/Makefile.am: mingw cross-compilation support.
+
+2008-08-05  Andreas Färber  <andreas.faerber@web.de>
+
+       * autogen.sh: Suppress arguments warning for NOCONFIGURE.
+       
+       Contributed under MIT/X11 license.
+
+2008-08-02  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Enable dtrace by default on platforms which support it.
+
+2008-07-27  Zoltan Varga  <vargaz@gmail.com>
+
+       * scripts/patch-quiet.sh: Make the libtool --quiet flag configurable by
+       V=1 as well.
+
+2008-07-24  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Patch libtool to avoid the 
+       'copying selected object files ...' messages.
+
+2008-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * configure.in: Change USED_GC_NAME to show if parallel mark is used.
+       This is shown in mono --version.
+
+2008-07-22  Mark Probst  <mark.probst@gmail.com>
+
+       * configure.in: New configure option (--with-malloc-mempools) to
+       make mempools use malloc for every single allocation, which makes
+       it easier to use debugging/profiling tools like Valgrind.
+
+2008-07-21  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Invoke patch-quiet.sh using AC_CONFIG_COMMANDS so it
+       runs during a reconfigure too.
+
+2008-07-13  Zoltan Varga  <vargaz@gmail.com>
+
+       * docs/aot-compiler.txt: Update docs.
+
 2008-07-09  Zoltan Varga  <vargaz@gmail.com>
 
-       * scripts/patch-quiet.sh: Use \\t to encode \t.
+       * scripts/patch-quiet.sh: Another try to fix this on osx.
        
+       * scripts/patch-quiet.sh: Use \\t to encode \t.
+
        * scripts/patch-quiet.sh: Remove a stray \t.
 
 2008-07-10  Raja R Harinath  <harinath@hurrynot.org>