summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Warren <Richard.Warren@hdfgroup.org>2017-11-06 20:35:39 (GMT)
committerRichard Warren <Richard.Warren@hdfgroup.org>2017-11-06 20:35:39 (GMT)
commit2184928e8b0f53acc86a15c66788fc90065f97ab (patch)
tree0140caef51aee7c2f55f10e2c33ad0e321a0323b
parent6fc78dc7e6ed0204fc21c0a0098fe00a813d6fac (diff)
parente496d0853f9361a40945e0d2690e312b1a00301c (diff)
downloadhdf5-2184928e8b0f53acc86a15c66788fc90065f97ab.zip
hdf5-2184928e8b0f53acc86a15c66788fc90065f97ab.tar.gz
hdf5-2184928e8b0f53acc86a15c66788fc90065f97ab.tar.bz2
Merge pull request #758 in HDFFV/hdf5 from release_txt_update to hdf5_1_10
* commit 'e496d0853f9361a40945e0d2690e312b1a00301c': Update the release.txt file with a description of the fix for bug HDFFV-10318
-rw-r--r--release_docs/RELEASE.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index aaffaee..4eb7995 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -335,6 +335,17 @@ Bug Fixes since HDF5-1.10.1 release
(ADB - 2017/07/12, HDFFV-10254)
+ - cmake test execution environment
+
+ The parallel HDF5 test: 't_pread' assumed the use of autotools
+ and the directory structure associated with that testing approach.
+ Modified the test code to check whether the 'h5jam' utility can be
+ found in the same directory as the test executable (which is
+ preferred directory structure utilized by cmake) and if found
+ will invoke the tool directly rather than utilizing a relative path.
+
+ (RAW - 2017/11/03, HDFFV-10318)
+
Performance
-------------
-