From: Philippe Waroquiers Date: Sun, 1 Dec 2013 12:52:00 +0000 (+0000) Subject: Announce bug fixed for several bugs in NEWS X-Git-Tag: svn/VALGRIND_3_10_0~696 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ec5ebb9957c5e4aab34d4b857ce2e97ce4748d6;p=thirdparty%2Fvalgrind.git Announce bug fixed for several bugs in NEWS fixed in r13709 326983 Clear direction flag after tests on amd64. fixed in r13712 327238 Callgrind Assertion 'passed <= last_bb->cjmp_count' failed fixed in r13715 327837 dwz compressed alternate .debug_info and .debug_str not read correctly fixed in r13718 327916 DW_TAG_typedef may have no name git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13740 --- diff --git a/NEWS b/NEWS index 76eac04e8a..4465c1b16a 100644 --- a/NEWS +++ b/NEWS @@ -24,7 +24,10 @@ To see details of a given bug, visit where XXXXXX is the bug number as listed below. - +326983 Clear direction flag after tests on amd64. +327238 Callgrind Assertion 'passed <= last_bb->cjmp_count' failed +327837 dwz compressed alternate .debug_info and .debug_str not read correctly +327916 DW_TAG_typedef may have no name Release 3.9.0 (31 October 2013) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~