summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2008-02-22 22:14:23 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2008-02-22 22:14:23 (GMT)
commite10819b99462d9d9f54abe5ed4a7e6970225f318 (patch)
treeef3970d8db0558222d3e9db3e2f8fad16154db81
parent7f042be4a8ea0f0a095f97508a5e11b5e7ecf16b (diff)
downloadhdf5-e10819b99462d9d9f54abe5ed4a7e6970225f318.zip
hdf5-e10819b99462d9d9f54abe5ed4a7e6970225f318.tar.gz
hdf5-e10819b99462d9d9f54abe5ed4a7e6970225f318.tar.bz2
[svn-r14638] Updated it with the non-repeat test feature.
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index bfe98e7..06e1860 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -43,7 +43,11 @@ New Features
============
Configuration:
-------------------------
- None
+ - Added no-repeat test feature from v1.8 to this branch. What it does
+ is that if a test has passed in previous "make check", it will not
+ run again unless its executable has changed. This can be overridden
+ by "make check-clean" which removes all check-success markers and
+ let all tests run again. AKC - 2008/2/22.
Source code distribution
========================