|
From: Julian S. <se...@so...> - 2018-10-03 13:38:05
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=d2af42d826d65f3a6722a33309e721264846efd3 commit d2af42d826d65f3a6722a33309e721264846efd3 Author: Julian Seward <js...@ac...> Date: Wed Oct 3 15:37:06 2018 +0200 --> 3.14.0.RC2 Diff: --- NEWS | 8 ++++++-- configure.ac | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 02eb2c6..6e0c82b 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 1603079..98d22b6 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],[val...@li...]) +AC_INIT([Valgrind],[3.14.0.RC2],[val...@li...]) AC_CONFIG_SRCDIR(coregrind/m_main.c) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign subdir-objects]) |