From: Julian Seward Date: Thu, 11 Jun 2020 07:07:52 +0000 (+0200) Subject: Update NEWS following the fix of #422715. X-Git-Tag: VALGRIND_3_17_0~176 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=71e3870dd3e0556a38cf15f7332ad2219c5d94ee;p=thirdparty%2Fvalgrind.git Update NEWS following the fix of #422715. --- diff --git a/NEWS b/NEWS index 9d89f5ec52..e23c449166 100644 --- a/NEWS +++ b/NEWS @@ -42,6 +42,19 @@ where XXXXXX is the bug number as listed below. 345077 linux syscall execveat support (linux 3.19) n-i-bz helgrind: If hg_cli__realloc fails, return NULL. + + +Release 3.16.1 (?? June 2020) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +3.16.1 is identical to 3.16.0, except that it fixes the following bug that +was discovered late in the 3.16.0 release process: + +422715 valgrind 3.16.0 on 32-bit x86: vex: the `impossible' happened: + expr_is_guardable: unhandled expr + + + Release 3.16.0 (27 May 2020) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~