summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-09-01 02:40:32 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-09-01 02:40:32 (GMT)
commitc834d9f99d45e5b9752e8525fe8761ea5592bf2c (patch)
tree7bacfad2e27c46471fa7ebb976ddb640ad26215b /release_docs
parent031088fc121870d04c736b5b06b86246544fb97f (diff)
parentfddbbc158d170b4e3a7ffd663f9799fd7e01a6a0 (diff)
downloadhdf5-c834d9f99d45e5b9752e8525fe8761ea5592bf2c.zip
hdf5-c834d9f99d45e5b9752e8525fe8761ea5592bf2c.tar.gz
hdf5-c834d9f99d45e5b9752e8525fe8761ea5592bf2c.tar.bz2
Merge pull request #1232 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'fddbbc158d170b4e3a7ffd663f9799fd7e01a6a0': HDFFV-10568 fix hdf5_java library dependency Remove another extra path var Move muti-config dir setting to root process Fix one more intermediate location Use different variable Cleanup and add intermediate dir for java
Diffstat (limited to 'release_docs')
-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 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