diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-03-19 20:30:09 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-03-19 20:30:09 (GMT) |
commit | abf8d53395b30c77370cc4899b1a26bf0ecd4407 (patch) | |
tree | 308f16c33e5d61dce472ea516cc05bd46fc02f3a /release_docs | |
parent | 2f0566208ed0e5b654e619df6f9d7ebee16a0bd4 (diff) | |
download | hdf5-abf8d53395b30c77370cc4899b1a26bf0ecd4407.zip hdf5-abf8d53395b30c77370cc4899b1a26bf0ecd4407.tar.gz hdf5-abf8d53395b30c77370cc4899b1a26bf0ecd4407.tar.bz2 |
Add release info for H5DOread_chunk.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index e18b43a..8ae10ec 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -319,6 +319,16 @@ Bug Fixes since HDF5-1.10.1 release Library ------- + - Add public routine H5DOread_chunk to the high-level C library + + As we have H5DOwrite_chunk() to write an entire chunk to the file + directly, the customer requested to add this public routine to + read an entire chunk from the file directly. + + This public routine was added based on a patch from GE Healthcare. + + (VC - 2018/03/18, HDFFV-9934) + - Freeing of object header in H5Ocache.c It was discovered that the object header was not released properly |