]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
--> 3.14.0.RC1
authorJulian Seward <jseward@acm.org>
Sun, 30 Sep 2018 08:21:27 +0000 (10:21 +0200)
committerJulian Seward <jseward@acm.org>
Sun, 30 Sep 2018 08:21:27 +0000 (10:21 +0200)
NEWS
configure.ac
docs/xml/vg-entities.xml

diff --git a/NEWS b/NEWS
index def0b4d29fb07f2ee0bf6f5f033481e8fa879b14..02eb2c676728e4352bdf2ab4e092ec950c5bcfe1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-Release 3.14.0 (?? September 2018)
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Release 3.14.0 (4 October 2018)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 3.14.0 is a feature release with many improvements and the usual collection of
 bug fixes.
@@ -32,6 +32,9 @@ support for X86/macOS 10.13, AMD64/macOS 10.13.
 
 * mips: support for MIPS N32 ABI has been added.
 
+* s390: partial support for vector instructions (integer and string) has been
+  added.
+
 * ==================== TOOL CHANGES ====================
 
 * Helgrind: Addition of a flag
@@ -179,6 +182,8 @@ 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
 
+(3.14.0.RC1:  30 September 2018, git c2aeea2d28acb0639bcc8cc1e4ab115067db1eae)
+
 
 
 Release 3.13.0 (15 June 2017)
index 71c96ed52b31c7baf192d636c930a626ef5d32da..1603079e18f4d0d70de8667ae0a3bba971d6676f 100644 (file)
@@ -8,7 +8,7 @@
 ##------------------------------------------------------------##
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.14.0.GIT],[valgrind-users@lists.sourceforge.net])
+AC_INIT([Valgrind],[3.14.0.RC1],[valgrind-users@lists.sourceforge.net])
 AC_CONFIG_SRCDIR(coregrind/m_main.c)
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([foreign subdir-objects])
index f048f11cdc057ea946c10a209ab8348d6ea5cd0a..5d01d950f8e764e67b30425e71779143380e0571 100644 (file)
@@ -7,7 +7,7 @@
 <!-- valgrind release + version stuff -->
 <!ENTITY rel-type    "Release">
 <!ENTITY rel-version "3.14.0">
-<!ENTITY rel-date    "?? September 2018">
+<!ENTITY rel-date    "4 October 2018">
 
 <!-- where the docs are installed -->
 <!ENTITY vg-docs-path  "$INSTALL/share/doc/valgrind/html/index.html">