From: Julian Seward Date: Fri, 25 Jul 2003 21:11:40 +0000 (+0000) Subject: Update for 20030725. X-Git-Tag: svn/VALGRIND_2_1_0~229 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36e7c48a431773529ce0e3daba246db8788cccc2;p=thirdparty%2Fvalgrind.git Update for 20030725. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1788 --- diff --git a/NEWS b/NEWS index b9265d1de7..838fe99a85 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,25 @@ +Snapshot 20030725 (25 July 2003) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Fixes some minor problems in 20030716. + +- Fix bugs in overlap checking for strcpy/memcpy etc. + +- Do overlap checking with Addrcheck as well as Memcheck. + +- Fix this: + Memcheck: the `impossible' happened: + get_error_name: unexpected type + +- Install headers needed to compile new skins. + +- Remove leading spaces and + colon created by this mechanism in the LD_LIBRARY_PATH / LD_PRELOAD + passed to non-traced children. + + + Snapshot 20030716 (16 July 2003) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~