X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=add797d241cc879b324820a36503a95424e25a8a;hb=dcb3aa32fd1d04056325dd52468b88db96be62ae;hp=0764cc398dfd49cd315cf6da233b2d0ccc68a856;hpb=df53d766a8cf32da0d554bc905ba293aaaa24696;p=mono.git diff --git a/ChangeLog b/ChangeLog index 0764cc398df..add797d241c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,129 @@ +2010-01-06 Rodrigo Kumpera + + * scripts/Makefile.am: Add peverify script. + + * scripts/peverify.in: Added. + +2009-12-22 Geoff Norton + + * configure.in: Fix invalid escaping. Patch from Spina from + www.slacky.eu. + +2009-12-21 Zoltan Varga + + * configure.in: Add an LLVM_CFLAGS automake variable. + +2009-12-18 Zoltan Varga + + * configure.in: Remove the check for valgrind/memcheck.h, we include the file + in our sources now. + +2009-12-11 Zoltan Varga + + * configure.in: Applied patch from Matt McClellan (matt@mc-c.net). Add a check + for 2 parameter sched_setaffinity in older glibc versions. Fixes + #564000. + +2009-11-22 Zoltan Varga + + * configure.in: Disable visibility attributes on cygwin. + +2009-11-18 Mark Probst + + * scripts/Makefile.am: Put mono-heapviz into EXTRA_DIST as well. + +2009-11-18 Mark Probst + + * scripts/Makefile.am: mono-heapviz is not a managed executable. + +2009-11-18 Mark Probst + + * configure.in: Allow SGen without __thread. + +2009-11-17 Marek Habersack + + * runtime/Makefile.am (TEST_SUPPORT_FILES): added bin/al2 - needed + for System.Web tests. + +2009-11-17 Zoltan Varga + + * configure.in: Add a --enable-minimal=soft-debug option. + +2009-11-15 Andreas Faerber + + * configure.in (DTrace): Add missing -s switch for dtrace -h. + Fixes BNC #445074. + + Contributed under MIT/X11 license. + +2009-11-12 Zoltan Varga + + * acinclude.m4 (dolt_supported): Handle 'i686-pc-cygwin' too. + +2009-11-12 Mark Probst + + * scripts/mono-heapviz: New script for generating SGen heap + visualizations. + + * scripts/Makefile.am: mono-heapviz added. + +2009-11-11 Zoltan Varga + + * configure.in: Add checks for link.h and dl_iterate_phdr. + +2009-11-10 Jonathan Chambers + + * winconfig.h: Bump version string to 2.7. + + Contributed under MIT/X11 license. + +2009-11-09 Zoltan Varga + + * configure.in: Define LLVM_MAJOR/MINOR_VERSION defines to allow working + around changes in LLVM APIs. + + * configure.in: Remove the MONO_ARCH_REGPARMS define. + + * configure.in (MONO_ARCH_REGPARMS): Set MONO_ARCH_REGPARS on ARM. + +2009-11-08 Rodrigo Kumpera + + * configure.in: Add check for FreeBSD/ppc64. + + Patch by Justin Hibbits . + +2009-11-05 Miguel de Icaza + + * Add configure check for xbox360 + +2009-11-04 Zoltan Varga + + * acinclude.m4 (dolt_supported): Applied patch from Kornél Pál + . Enable dolt on cygwin. + +2009-11-03 Zoltan Varga + + * configure.in: Check for netinet/in.h. + +2009-11-02 Gonzalo Paniagua Javier + + * configure.in: add a few missing header file checks. + +2009-11-01 Zoltan Varga + + * configure.in: Make the LLVM warning a bit more up-to-date. + + * configure.in: Pass -mno-cygwin to CXX too on windows. Enable AC_PROG_CXX + since it now works on windows too. + +2009-10-27 Zoltan Varga + + * configure.in: Add support for cross-compiling to ppc. + +2009-10-22 Rodrigo Kumpera + + * configure.in: Add check for the deprecated attribute. + 2009-10-12 Zoltan Varga * data/Makefile.am (gdb_DATA): Install mono-gdb.py alongside the mono executable.