A new flag, --error-exitcode=, has been added, to allow changing the
exit code in runs where Valgrind reported errors.  Fixes #121814 and
#126517.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5897 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NEWS b/NEWS
index 5e3a60b..6508840 100644
--- a/NEWS
+++ b/NEWS
@@ -67,6 +67,10 @@
   functions, and will carefully check data passed to the (P)MPI_
   interface.
 
+- A new flag, --error-exitcode=, has been added.  This allows changing the
+  exit code in runs where Valgrind reported errors, which is useful when
+  using Valgrind as part of an automated test suite.
+
 - XXX: others...
 
 Please note that Helgrind is still not working.  We have made an important