diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-07-02 16:29:12 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2020-07-02 16:29:12 (GMT) |
commit | fc69de0e8ae30e80c1c3c542b156226a75444525 (patch) | |
tree | b8baf020c92f6710f6f43a287e53965c301a23fc /release_docs | |
parent | d05b58b5d4806d694f16d0fc698c5e1c057a411b (diff) | |
download | hdf5-fc69de0e8ae30e80c1c3c542b156226a75444525.zip hdf5-fc69de0e8ae30e80c1c3c542b156226a75444525.tar.gz hdf5-fc69de0e8ae30e80c1c3c542b156226a75444525.tar.bz2 |
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.
Fix for HDFFV-11063
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index d9267e8..665a156 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1013,6 +1013,14 @@ Bug Fixes since HDF5-1.10.3 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) + - Fixed a test failure in testpar/t_dset.c caused by the test trying to use the parallel filters feature on MPI-2 implementations. |