From: Julian Seward Date: Thu, 11 Apr 2019 07:16:40 +0000 (+0200) Subject: -> 3.15.0.RC2 X-Git-Tag: VALGRIND_3_15_0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45d3fef65e20aaf9bf845314e474097dc643c8ba;p=thirdparty%2Fvalgrind.git -> 3.15.0.RC2 --- diff --git a/NEWS b/NEWS index 34228b47e0..a4a459d730 100644 --- a/NEWS +++ b/NEWS @@ -151,14 +151,14 @@ where XXXXXX is the bug number as listed below. 406355 mcsignopass, mcsigpass, mcbreak fail due to difference in gdb output 406357 gdbserver_tests fails because of gdb output change 406360 memcheck/tests/libstdc++.supp needs more supression variants - n-i-bz add syswrap for PTRACE_GET|SET_THREAD_AREA on amd64. n-i-bz Fix callgrind_annotate non deterministic order for equal total n-i-bz callgrind_annotate --threshold=100 does not print all functions. n-i-bz callgrind_annotate Use of uninitialized value in numeric gt (>) n-i-bz amd64 (x86_64): RDRAND and F16C insn set extensions are supported -(3.15.0.RC1: 8 April 2019, git ce94d674de5b99df173aad4c3ee48fc2a92e5d9c) +(3.15.0.RC1: 8 April 2019, git ce94d674de5b99df173aad4c3ee48fc2a92e5d9c) +(3.15.0.RC2: 11 April 2019, git 0c8be9bbede189ec580ec270521811766429595f) diff --git a/configure.ac b/configure.ac index 8eea766acc..3d850104ba 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.15.0.RC1],[valgrind-users@lists.sourceforge.net]) +AC_INIT([Valgrind],[3.15.0.RC2],[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])