summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2017-06-02 00:36:30 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2017-06-02 00:36:30 (GMT)
commit69c953cbb9afc0924de203e47333042e1f973e72 (patch)
tree923de546e2e55914c154b2cfb7bf527dc1d110e5
parentd7ac9c6b05b6ecde4afc34a9c97489367706b3a0 (diff)
downloadhdf5-69c953cbb9afc0924de203e47333042e1f973e72.zip
hdf5-69c953cbb9afc0924de203e47333042e1f973e72.tar.gz
hdf5-69c953cbb9afc0924de203e47333042e1f973e72.tar.bz2
Add entries for HDFFV-10051 and HDFFV-9934 to RELEASE.txt.
-rw-r--r--release_docs/RELEASE.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index c54d018..393931e 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -157,6 +157,23 @@ Bug Fixes since HDF5-1.8.18
(ADB - 2017/05/12, HDFFV-10186)
+ - Compact layout "dirty" flag is not reset properly
+
+ Reset the layout "dirty" flag for a compact dataset before flushing
+ the message.
+
+ (VC - 2017/05/11, HDFFV-10051)
+
+ - Incorporate additional code changes for the H5DOread_chunk patch from GE
+ Healthcare.
+
+ Incorporate the code changes that were missing from the original patch:
+ (1) Additional tests in hl/test/test_dset_opt.c
+ (2) Fix in src/H5Dchunk.c for direct access when an entry is in chunk cache but
+ not dirty
+
+ (VC - 2017/05/02, HDFFV-9934)
+
- Missing #ifdef __cplusplus macros were added to the generated H5Epubgen.h file.
(HDFFV-9638, DER, 4/25/2017)