]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
-> 3.15.0.RC2
authorJulian Seward <jseward@acm.org>
Thu, 11 Apr 2019 07:16:40 +0000 (09:16 +0200)
committerJulian Seward <jseward@acm.org>
Thu, 11 Apr 2019 07:16:40 +0000 (09:16 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 34228b47e0feb061e4cf4b8f93644be759e3fb37..a4a459d730a6a8778202062e7085cb016b19a1d6 100644 (file)
--- 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)
 
 
 
index 8eea766accc18913bffb78b4f8ebd65c345275e4..3d850104ba4562880b8725b37aaf450fba0a6487 100755 (executable)
@@ -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])