diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-07-02 14:13:31 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-07-02 14:13:31 (GMT) |
commit | 8f652a87ca4b77779c4e338d255b4a5217b76227 (patch) | |
tree | 556fb83552f55b9696f8e9fb28674d0ad15f2ae6 /release_docs | |
parent | 3c07f4738ff724738a295c5fc7d0379dc153ae7c (diff) | |
download | hdf5-8f652a87ca4b77779c4e338d255b4a5217b76227.zip hdf5-8f652a87ca4b77779c4e338d255b4a5217b76227.tar.gz hdf5-8f652a87ca4b77779c4e338d255b4a5217b76227.tar.bz2 |
HDFFV-10519 add JNI note
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 48fbef0..431143a 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -67,7 +67,13 @@ New Features Java Library: ---------------- - - + - JNI Read and Write + + Refactored variable-length functions, H5DreadVL and H5AreadVL, + to correct dataset and attribute reads. New write functions, + H5DwriteVL and H5AwriteVL, are under construction. + + (ADB - 2018/06/02, HDFFV10519) Tools: ------ |