]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
-> 3.13.0.RC2
authorJulian Seward <jseward@acm.org>
Fri, 9 Jun 2017 13:53:25 +0000 (13:53 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 9 Jun 2017 13:53:25 +0000 (13:53 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_13_BRANCH@16443

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index c1f3fa2ac61f4087b05426181134193e22f71567..d62228c01dc7305f3b49c719c5801a3972152d54 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -248,8 +248,12 @@ where XXXXXX is the bug number as listed below.
 379925  PPC64, mtffs does not set the FPCC and C bits in the FPSCR correctly
 379966  WARNING: unhandled amd64-linux syscall: 313 (finit_module)
 380200  xtree generated callgrind files refer to files without directory name
+380202  Assertion failure for cache line size (cls == 64) on aarch64.
+380397  s390x: __GI_strcspn() replacement needed
+n-i-bz  Fix pub_tool_basics.h build issue with g++ 4.4.7.
 
 (3.13.0.RC1:  2 June 2017, vex r3386, valgrind r16434)
+(3.13.0.RC2:  9 June 2017, vex r3389, valgrind r16443)
 
 
 
index d45a7c9dade97546ab1e2750d997aa99134ecec0..345727e195350461ec9c8f20516ff35cf98a2f0c 100644 (file)
@@ -8,7 +8,7 @@
 ##------------------------------------------------------------##
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.13.0.RC1],[valgrind-users@lists.sourceforge.net])
+AC_INIT([Valgrind],[3.13.0.RC2],[valgrind-users@lists.sourceforge.net])
 AC_CONFIG_SRCDIR(coregrind/m_main.c)
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([foreign subdir-objects])