diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-09-01 01:59:57 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-09-01 01:59:57 (GMT) |
commit | e1f4d0c5d2bae6eaf5b347cea17c58522d62ca92 (patch) | |
tree | fa38a912d34f802629cecab41bae61a2a7d5d1c0 /release_docs | |
parent | d0a62ef975b1ff52e872ae260de82a42d0fd9fca (diff) | |
download | hdf5-e1f4d0c5d2bae6eaf5b347cea17c58522d62ca92.zip hdf5-e1f4d0c5d2bae6eaf5b347cea17c58522d62ca92.tar.gz hdf5-e1f4d0c5d2bae6eaf5b347cea17c58522d62ca92.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 c022d73..6abaade 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -182,6 +182,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 |