summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2019-06-12 17:55:12 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2019-06-12 17:55:12 (GMT)
commit8d72e5e3e0fb13cb965a5973e0bcc793a831e740 (patch)
treef76fe32d7c4de53632d562e9a49d0f3ebdd1a6ba /release_docs
parent48b0ff7724331737140ffae194cb2e741f0b668d (diff)
downloadhdf5-8d72e5e3e0fb13cb965a5973e0bcc793a831e740.zip
hdf5-8d72e5e3e0fb13cb965a5973e0bcc793a831e740.tar.gz
hdf5-8d72e5e3e0fb13cb965a5973e0bcc793a831e740.tar.bz2
Fix for HDFFV-10800 H5Ocopy failure:
The value for the H5F_LIBVER_V18 index in H5O_fill_ver_bounds[], the format version bounds array for fill value message, should be version 3 not 2.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 649ae24..f59784d 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -256,6 +256,17 @@ Bug Fixes since HDF5-1.10.3 release
Library
-------
+ - H5Ocopy a dataset in a 1.8 library file created with the latest format
+
+ When H5Ocopy the dataset in the 1.8 library file to a 1.10 library file
+ created with (v18, v18) version bounds, the library fails with error stack
+ indicating that the fill value message version is out of bounds.
+
+ The value for the H5F_LIBVER_V18 index in H5O_fill_ver_bounds[], the format
+ version bounds array for fill value message, should be version 3 not 2.
+
+ (VC - 2019/6/11, HDFFV-10800)
+
- Fixed a bug that would cause an error or cause fill values to be
incorrectly read from a chunked dataset using the "single chunk" index if
the data was held in cache and there was no data on disk.