X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=29d935988f45813cdf732e6ce5263998bd4ea165;hb=799d8f965391cdfb6a017c53053eaea13b5364fc;hp=dac830bdfc1d9c2080aab41259bd210a23e38234;hpb=400ea8643bd848142e36390c1287eff49d53d560;p=mono.git diff --git a/ChangeLog b/ChangeLog index dac830bdfc1..29d935988f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +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