summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-09-01 15:01:56 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-09-01 15:01:56 (GMT)
commita033634b6a29dabb82b23889c10807db57614499 (patch)
treefa38a912d34f802629cecab41bae61a2a7d5d1c0 /release_docs/RELEASE.txt
parent2ee65646c3afb31194864d36a20817c44b42e677 (diff)
parente1f4d0c5d2bae6eaf5b347cea17c58522d62ca92 (diff)
downloadhdf5-a033634b6a29dabb82b23889c10807db57614499.zip
hdf5-a033634b6a29dabb82b23889c10807db57614499.tar.gz
hdf5-a033634b6a29dabb82b23889c10807db57614499.tar.bz2
Merge pull request #1231 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Base_1_10_4
* commit 'e1f4d0c5d2bae6eaf5b347cea17c58522d62ca92': HDFFV-10568 fix hdf5_java library dependency Fix Java library location for testing Java groups example fix
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt9
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