summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-10-26 04:33:30 (GMT)
committerGitHub <noreply@github.com>2022-10-26 04:33:30 (GMT)
commit9c61f7b1e1cfb65cd562febfbb7ad49e8785825c (patch)
tree2bf6453021345ae6013d6181e6028f2ff41dd7cb /release_docs/RELEASE.txt
parentad2d77397ac564836f5fd89e66d5647250daf10e (diff)
downloadhdf5-9c61f7b1e1cfb65cd562febfbb7ad49e8785825c.zip
hdf5-9c61f7b1e1cfb65cd562febfbb7ad49e8785825c.tar.gz
hdf5-9c61f7b1e1cfb65cd562febfbb7ad49e8785825c.tar.bz2
JNI: Improve varlen datatype handling in H5A/H5D read/write functions (#2156)
* Improve JNI VL datatype read/write to handle complex combinations * Implement VL of VL JNI writes and reads * Add Java VLofVL test for attributtes * Changes to address review issues * Fix H5Aread vl blocks
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 9e72697..df70ea1 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -183,7 +183,14 @@ Bug Fixes since HDF5-1.13.2 release
Java Library
------------
- -
+ - Improve variable-length datatype handling in JNI.
+
+ The existing JNI read-write functions could handle variable-length datatypes
+ that were simple variable-length datatype with an atomic sub-datatype. More
+ complex combinations could not be handled. Reworked the JNI read-write functions
+ to recursively inspect datatypes for variable-length sub-datatypes.
+
+ (ADB - 2022/10/12, HDFFV-8701,10375)
Configuration