diff options
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..e208004 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/05/19, HDFFV-9934) + - Freeing of object header in H5Ocache.c It was discovered that the object header was not released properly |