From: Julian Seward Date: Sat, 8 Apr 2006 13:16:36 +0000 (+0000) Subject: Update X-Git-Tag: svn/VALGRIND_3_2_0~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b717877c08f8ec54d8ccc3108cb0f55cb0c6dd5;p=thirdparty%2Fvalgrind.git Update git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5836 --- diff --git a/NEWS b/NEWS index 585ee1613a..eb01441453 100644 --- a/NEWS +++ b/NEWS @@ -30,6 +30,16 @@ In detail: Other user-visible changes: +- Callgrind has been folded in. [XXX: more details] + +- Valgrind now has the ability to intercept and wrap arbitrary functions. + +- MPI support: partial support for debugging distributed applications + using the MPI library specification has been added. Valgrind is + aware of the memory state changes caused by a subset of the MPI + functions, and will carefully check data passed to the (P)MPI_ + interface. + - There are some changes to Memcheck's client requests. Some of them have changed names: