summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-07-07 21:28:10 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-07-07 21:28:10 (GMT)
commit56a4cd641a94da36a550e4b4db9879945e7b4c47 (patch)
tree63a6d13d258e1274b5e9a218060187768f4da8c1 /release_docs
parent0cff7d03f8b8f7889be71ac2115b2835f3cd26d2 (diff)
parentc0702f601eb4e0b4116a7ed02999746c20420cad (diff)
downloadhdf5-56a4cd641a94da36a550e4b4db9879945e7b4c47.zip
hdf5-56a4cd641a94da36a550e4b4db9879945e7b4c47.tar.gz
hdf5-56a4cd641a94da36a550e4b4db9879945e7b4c47.tar.bz2
Merge pull request #2679 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
* commit 'c0702f601eb4e0b4116a7ed02999746c20420cad': Change load path in libhdf5_java.dylib to unversioned libhdf5.dylib for junit tests on Macs. Merge pull request #2667 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop Merge pull request #2670 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 85359cd..72b5942 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -542,7 +542,13 @@ Bug Fixes since HDF5-1.10.5 release
Testing
-------
- -
+ - Stopped java/test/junit.sh.in installing libs for testing under ${prefix}
+
+ Lib files needed are now copied to a subdirectory in the java/test
+ directory, and on Macs the loader path for libhdf5.xxxs.so is changed
+ in the temporary copy of libhdf5_java.dylib.
+
+ (LRK, 2020/7/2, HDFFV-11063)
Supported Platforms