From abf8d53395b30c77370cc4899b1a26bf0ecd4407 Mon Sep 17 00:00:00 2001
From: Vailin Choi <vchoi@jam.ad.hdfgroup.org>
Date: Mon, 19 Mar 2018 15:30:09 -0500
Subject: Add release info for H5DOread_chunk.

---
 release_docs/RELEASE.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

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
-- 
cgit v0.12


From 1d0ad712e9f33ac30f42b88f0c523470a25c9545 Mon Sep 17 00:00:00 2001
From: Vailin Choi <vchoi@jam.ad.hdfgroup.org>
Date: Mon, 19 Mar 2018 15:49:21 -0500
Subject: Correct the date in RELEASE.txt for H5DOread_chunk.

---
 release_docs/RELEASE.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 8ae10ec..e208004 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -327,7 +327,7 @@ Bug Fixes since HDF5-1.10.1 release
 
       This public routine was added based on a patch from GE Healthcare.
 
-      (VC - 2018/03/18, HDFFV-9934)
+      (VC - 2018/05/19, HDFFV-9934)
 
     - Freeing of object header in H5Ocache.c
 
-- 
cgit v0.12