]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
-> 3.16.1 VALGRIND_3_16_BRANCH VALGRIND_3_16_1
authorJulian Seward <jseward@acm.org>
Mon, 22 Jun 2020 08:46:19 +0000 (10:46 +0200)
committerJulian Seward <jseward@acm.org>
Mon, 22 Jun 2020 08:46:19 +0000 (10:46 +0200)
NEWS
configure.ac
docs/xml/vg-entities.xml

diff --git a/NEWS b/NEWS
index 71a7a01e3c07871c39fa2c5a2336ae17cd1b34a6..63d61298070f57f9998fcbf25b0cc7e9c8268835 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,17 @@
 
+Release 3.16.1 (22 June 2020)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+3.16.1 fixes two critical bugs discovered after 3.16.0 was frozen.  It also
+fixes character encoding problems in the documentation HTML.
+
+422677  PPC sync instruction L field should only be 2 bits in ISA 3.0
+422715  32-bit x86: vex: the `impossible' happened: expr_is_guardable: unhandled expr
+
+(3.16.1, 22 June 2020, 36d6727e1d768333a536f274491e5879cab2c2f7)
+
+
+
 Release 3.16.0 (27 May 2020)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
index 524230d57d1fb874a69a9e1b12dd1a69d8d72e7a..b86e802204ee4eb503c6ccc4d3fc679aaa20bafc 100755 (executable)
@@ -8,7 +8,7 @@
 ##------------------------------------------------------------##
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.16.0],[valgrind-users@lists.sourceforge.net])
+AC_INIT([Valgrind],[3.16.1],[valgrind-users@lists.sourceforge.net])
 AC_CONFIG_SRCDIR(coregrind/m_main.c)
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects])
index aa14f3b47e77a876170fdbd529cca310e5b7c65d..7d04ee795b1a0b3eafb6fc5144545d7ed8e63d14 100644 (file)
@@ -6,8 +6,8 @@
 
 <!-- valgrind release + version stuff -->
 <!ENTITY rel-type    "Release">
-<!ENTITY rel-version "3.16.0">
-<!ENTITY rel-date    "27 May 2020">
+<!ENTITY rel-version "3.16.1">
+<!ENTITY rel-date    "22 June 2020">
 
 <!-- where the docs are installed -->
 <!ENTITY vg-docs-path  "$INSTALL/share/doc/valgrind/html/index.html">