summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorRichard Warren <Richard.Warren@hdfgroup.org>2017-11-06 17:30:40 (GMT)
committerRichard Warren <Richard.Warren@hdfgroup.org>2017-11-06 17:30:40 (GMT)
commite496d0853f9361a40945e0d2690e312b1a00301c (patch)
tree0140caef51aee7c2f55f10e2c33ad0e321a0323b /release_docs
parent6fc78dc7e6ed0204fc21c0a0098fe00a813d6fac (diff)
downloadhdf5-e496d0853f9361a40945e0d2690e312b1a00301c.zip
hdf5-e496d0853f9361a40945e0d2690e312b1a00301c.tar.gz
hdf5-e496d0853f9361a40945e0d2690e312b1a00301c.tar.bz2
Update the release.txt file with a description of the fix for bug HDFFV-10318
Diffstat (limited to 'release_docs')
-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
-------------
-