-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.
* 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
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)
##------------------------------------------------------------##
# 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])
<!-- 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">