From d2af42d826d65f3a6722a33309e721264846efd3 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Wed, 3 Oct 2018 15:37:06 +0200 Subject: [PATCH] --> 3.14.0.RC2 --- NEWS | 8 ++++++-- configure.ac | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 02eb2c676..6e0c82b9a 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 1603079e1..98d22b6ef 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]) -- 2.11.4.GIT