From: Julian Seward Date: Fri, 9 Jun 2017 13:53:25 +0000 (+0000) Subject: -> 3.13.0.RC2 X-Git-Tag: svn/VALGRIND_3_13_0~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a8c0955b7bfa32e37697114df8d5f612aafe8df;p=thirdparty%2Fvalgrind.git -> 3.13.0.RC2 git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_13_BRANCH@16443 --- diff --git a/NEWS b/NEWS index c1f3fa2ac6..d62228c01d 100644 --- 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) diff --git a/configure.ac b/configure.ac index d45a7c9dad..345727e195 100644 --- a/configure.ac +++ b/configure.ac @@ -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])