X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=8243952f4e662e4b8eb015e2ebffc6031b8a5a7d;hb=5c5bf26f6cfbee90a97e021ab032753b6b0ff7e4;hp=225d86dea07489269342dd34872997b432b4e9c0;hpb=8efe5cab3eab18bef5ac682dc66904c4da1f7b9b;p=mono.git diff --git a/ChangeLog b/ChangeLog index 225d86dea07..8243952f4e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,98 @@ +2008-08-29 Geoff Norton + + * configure.in: Rollup our unrolled FreeBSD support so that we properly + build and compile on FreeBSD6+. (FreeBSD5 is 2004) + +2008-08-28 Geoff Norton + + * build-iphone.sh: iPhone lies about HAVE_MMAP as well. + +2008-08-26 Geoff Norton + + * build-iphone.sh: Update build-iphone to not wget old inssel's, and build + out of the box with teh current SDK. + +2008-08-28 Zoltan Varga + + * scripts/Makefile.am (scripts_2_0): Add gacutil2. + * scripts/gacutil2: New file. + +2008-08-22 Jb Evain + + * data/wcf.pc.in + * data/Makefile.am + * configure.in: add a new wcf.pc for assemblies recently moved + from olive to mcs. + +2008-08-12 Bill Holmes + + * 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 + + * docs/generic-sharing: Some updates from an irc talk with Mark. + +2008-08-06 Zoltan Varga + + * 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 + + * configure.in: use the PKG_CONFIG_PATH only when cross-compiling. + +2008-08-05 Marek Habersack + + * configure.in: added support for cross-compilation + +2008-08-05 Marek Habersack + + * build-mingw32.sh: added a script to build Mono for Windows on a + Linux host using mingw. + +2008-08-05 Marek Habersack + + * scripts/Makefile.am: added support for cross-compilation, + including .bat generation for windows targets. + +2008-08-05 Marek Habersack + + * scripts/smcs.bat.in, scripts/script.bat.in, + scripts/script_umask.bat.in: added .bat templates. + +2008-08-05 Marek Habersack + + * runtime/Makefile.am: mingw cross-compilation support. + +2008-08-05 Andreas Färber + + * autogen.sh: Suppress arguments warning for NOCONFIGURE. + + Contributed under MIT/X11 license. + +2008-08-02 Zoltan Varga + + * configure.in: Enable dtrace by default on platforms which support it. + +2008-07-27 Zoltan Varga + + * scripts/patch-quiet.sh: Make the libtool --quiet flag configurable by + V=1 as well. + +2008-07-24 Zoltan Varga + + * configure.in: Patch libtool to avoid the + 'copying selected object files ...' messages. + +2008-07-24 Rodrigo Kumpera + + * configure.in: Change USED_GC_NAME to show if parallel mark is used. + This is shown in mono --version. + 2008-07-22 Mark Probst * configure.in: New configure option (--with-malloc-mempools) to