|
From: Mark W. <ma...@so...> - 2020-06-08 18:00:19
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=3f5b9ecfe86035d5b83eb587772bddb32531c467 commit 3f5b9ecfe86035d5b83eb587772bddb32531c467 Author: Julian Seward <js...@ac...> Date: Tue May 19 14:33:31 2020 +0200 -> 3.16.0.RC2 (cherry picked from commit bf5e647edb9e96cbd5c57cc944984402eeee296d) Diff: --- NEWS | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e34e36bd01..6d6d1e4335 100644 --- a/NEWS +++ b/NEWS @@ -177,6 +177,7 @@ n-i-bz Fix non-glibc build of test suite with s390x_features n-i-bz MinGW, include/valgrind.h: Fix detection of 64-bit mode (3.16.0.RC1: 18 May 2020, git 6052ee66a0cf5234e8e2a2b49a8760226bc13b92) +(3.15.0.RC2: 19 May 2020, git 940ec1ca69a09f7fdae3e800b7359f85c13c4b37) diff --git a/configure.ac b/configure.ac index 58041e8b60..ecd90e58fd 100755 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ ##------------------------------------------------------------## # Process this file with autoconf to produce a configure script. -AC_INIT([Valgrind],[3.16.0.RC1],[val...@li...]) +AC_INIT([Valgrind],[3.16.0.RC2],[val...@li...]) AC_CONFIG_SRCDIR(coregrind/m_main.c) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects]) |
|
From: Julian S. <se...@so...> - 2020-05-19 12:34:05
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=bf5e647edb9e96cbd5c57cc944984402eeee296d commit bf5e647edb9e96cbd5c57cc944984402eeee296d Author: Julian Seward <js...@ac...> Date: Tue May 19 14:33:31 2020 +0200 -> 3.16.0.RC2 Diff: --- NEWS | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e34e36bd01..6d6d1e4335 100644 --- a/NEWS +++ b/NEWS @@ -177,6 +177,7 @@ n-i-bz Fix non-glibc build of test suite with s390x_features n-i-bz MinGW, include/valgrind.h: Fix detection of 64-bit mode (3.16.0.RC1: 18 May 2020, git 6052ee66a0cf5234e8e2a2b49a8760226bc13b92) +(3.15.0.RC2: 19 May 2020, git 940ec1ca69a09f7fdae3e800b7359f85c13c4b37) diff --git a/configure.ac b/configure.ac index 58041e8b60..ecd90e58fd 100755 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ ##------------------------------------------------------------## # Process this file with autoconf to produce a configure script. -AC_INIT([Valgrind],[3.16.0.RC1],[val...@li...]) +AC_INIT([Valgrind],[3.16.0.RC2],[val...@li...]) AC_CONFIG_SRCDIR(coregrind/m_main.c) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects]) |