diff options
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 11 |
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. |