From: Julian Seward Date: Wed, 3 Oct 2018 13:37:06 +0000 (+0200) Subject: --> 3.14.0.RC2 X-Git-Tag: VALGRIND_3_14_0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2af42d826d65f3a6722a33309e721264846efd3;p=thirdparty%2Fvalgrind.git --> 3.14.0.RC2 --- diff --git a/NEWS b/NEWS index 02eb2c6767..6e0c82b9ad 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Release 3.14.0 (4 October 2018) +Release 3.14.0 (9 October 2018) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3.14.0 is a feature release with many improvements and the usual collection of @@ -181,8 +181,12 @@ n-i-bz Add support for the Linux BLKFLSBUF ioctl n-i-bz Add support for the Linux BLKREPORTZONE and BLKRESETZONE ioctls n-i-bz Fix possible stack trashing by semctl syscall wrapping n-i-bz Add support for the Linux membarrier() system call +n-i-bz x86 front end: recognise and handle UD2 correctly +n-i-bz Signal delivery for x86-linux: ensure that the stack pointer is + correctly aligned before entering the handler. -(3.14.0.RC1: 30 September 2018, git c2aeea2d28acb0639bcc8cc1e4ab115067db1eae) +(3.14.0.RC1: 30 September 2018, git c2aeea2d28acb0639bcc8cc1e4ab115067db1eae) +(3.14.0.RC2: 3 October 2018, git 3e214c4858a6fdd5697e767543a0c19e30505582) diff --git a/configure.ac b/configure.ac index 1603079e18..98d22b6ef9 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.14.0.RC1],[valgrind-users@lists.sourceforge.net]) +AC_INIT([Valgrind],[3.14.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])