X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=add797d241cc879b324820a36503a95424e25a8a;hb=bf88ad3c09268eb21d587ab2d57fd694fb1e16db;hp=815861c30caa733b4d86db525ec5ab33f1456747;hpb=260c86daa9e3f8a4e7120f98dc6325a545089eee;p=mono.git diff --git a/ChangeLog b/ChangeLog index 815861c30ca..add797d241c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +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.