]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
--> 3.14.0.RC2
authorJulian Seward <jseward@acm.org>
Wed, 3 Oct 2018 13:37:06 +0000 (15:37 +0200)
committerJulian Seward <jseward@acm.org>
Wed, 3 Oct 2018 13:37:06 +0000 (15:37 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 02eb2c676728e4352bdf2ab4e092ec950c5bcfe1..6e0c82b9ad4f12af63571eb625fd77d5cc5b1f71 100644 (file)
--- 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)
 
 
 
index 1603079e18f4d0d70de8667ae0a3bba971d6676f..98d22b6ef990f259e54988c5abc78e1eac06aafc 100644 (file)
@@ -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])