+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)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
##------------------------------------------------------------##
# 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])
<!-- 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">