X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=414c1fc53e89d715fd6526f12e86108a1dcd0c3b;hb=5e5b007563978aa4f6dc63c161242e8a93589a92;hp=d5e1f1d0b47663a5971d3ac7b676fdb8284d9fc9;hpb=c16adb8ea455cc32fe64e0063327337952ede527;p=mono.git diff --git a/ChangeLog b/ChangeLog index d5e1f1d0b47..414c1fc53e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2007-05-11 Raja R Harinath + + * Makefile.am (get-monolite-latest): Redirect wget output too. + +2007-05-07 Wade Berrier + + * scripts/mono-find-requires.in: don't use length() on arrays; + doesn't work on older gawk versions. Calculate size manually instead. + +2007-05-07 Raja R Harinath + + Fix parallel make. + * runtime/Makefile.am (test-support-file): Remove. Move rules ... + (_tmpinst/bin/mcs, _tmpinst/bin/gmcs, _tmpinst/bin/ilasm): ... here. + Reported by "Stephen A. Jazdzewski" + 2007-05-05 Wade Berrier * scripts/mono-find-provides.in: don't use 'which' anymore (never solved