X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=cbda7dcc71f0d79db9290ccfe424eaeb0f011245;hb=a94e5b16ab62ca1957999c19b252576fa655e4a1;hp=6c7fafb0a9c5518c67210c0f69dda943dd5d999c;hpb=1a8f9be65585617db478ece344ed8d23163b74a8;p=mono.git diff --git a/ChangeLog b/ChangeLog index 6c7fafb0a9c..cbda7dcc71f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,124 @@ +2010-02-18 Marek Habersack + + * scripts/mono-configuration-crypto.in: added + + * scripts/Makefile.am: added mono-configuration-crypto targets + +2010-01-27 Zoltan Varga + + * configure.in: Fix the setting of LLVM_CXXFLAGS. + +2010-01-22 Andrés G. Aragoneses + + * configure.in: Improve r150055 by checking for CXX=g++ as well, according to + http://lists.gnu.org/archive/html/bug-autoconf/2002-04/msg00077.html + +2010-01-22 Zoltan Varga + + * configure.in: Disable the solaris tar check on !solaris platforms. + +2010-01-22 Zoltan Varga + + * configure.in: Check whenever g++ is installed, since libtool requires it + even if no c++ files will be compiled. + See BNC#572871. + +2010-01-22 Zoltan Varga + + * configure.in: Add -fno-rrti to CXXFLAGS. + +2010-01-20 Rolf Bjarne Kvinge + + * configure.in: Add support for disabling mdb support. + +2010-01-15 Zoltan Varga + + * configure.in: Don't define TARGET_WIN32 when --target is used. + +2010-01-15 Zoltan Varga + + * scripts/get-cygwin-deps.sh: New file. Contains a script to download and setup + the dependencies needed for compiling mono on cygwin. + +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