X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=29d935988f45813cdf732e6ce5263998bd4ea165;hb=799d8f965391cdfb6a017c53053eaea13b5364fc;hp=3ce47639ab053ec8b05ee57917af5c8f29282499;hpb=56572e441a0f0d4fe33c6057756dc6d29831ec80;p=mono.git diff --git a/ChangeLog b/ChangeLog index 3ce47639ab0..29d935988f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +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 + make mempools use malloc for every single allocation, which makes + it easier to use debugging/profiling tools like Valgrind. + +2008-07-21 Zoltan Varga + + * configure.in: Invoke patch-quiet.sh using AC_CONFIG_COMMANDS so it + runs during a reconfigure too. + 2008-07-13 Zoltan Varga * docs/aot-compiler.txt: Update docs.