diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-09-01 02:00:16 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-09-01 02:00:16 (GMT) |
commit | fddbbc158d170b4e3a7ffd663f9799fd7e01a6a0 (patch) | |
tree | 7bacfad2e27c46471fa7ebb976ddb640ad26215b /release_docs | |
parent | b951d1eae261611d79f204ed8f91beb2d36b53ee (diff) | |
download | hdf5-fddbbc158d170b4e3a7ffd663f9799fd7e01a6a0.zip hdf5-fddbbc158d170b4e3a7ffd663f9799fd7e01a6a0.tar.gz hdf5-fddbbc158d170b4e3a7ffd663f9799fd7e01a6a0.tar.bz2 |
HDFFV-10568 fix hdf5_java library dependency
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index a0446e2..5150349 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -147,6 +147,15 @@ New Features Java Library: ---------------- + - JNI native library dependencies + + The build for the hdf5_java native library used the wrong + hdf5 target library for CMake builds. Correcting the hdf5_java + library to build with the shared hdf5 library required testing + paths to change also. + + (ADB - 2018/08/31, HDFFV-10568) + - Java iterator callbacks Change global callback object to a small stack structure in order |