summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2019-03-06 22:57:42 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2019-05-07 21:35:17 (GMT)
commit16f94d39078965a2c5977885d4fb112c12f18ad1 (patch)
treecaf06b257d69971017b5cb1a11469c0f2b5a9913 /release_docs
parent80ff6db31555d0cebd65cafef6af18843ec02dc5 (diff)
downloadhdf5-16f94d39078965a2c5977885d4fb112c12f18ad1.zip
hdf5-16f94d39078965a2c5977885d4fb112c12f18ad1.tar.gz
hdf5-16f94d39078965a2c5977885d4fb112c12f18ad1.tar.bz2
Fix issue with direct chunk write not updating the "last chunk" index
cache. Fix issues involving datasets being "not allocated" when they contain cached raw data.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 5556253..471e936 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -139,6 +139,12 @@ Bug Fixes since HDF5-1.8.20
Library
-------
+ - Fixed a bug that could cause an error or cause fill values to be
+ incorrectly read from a dataset that was written to using H5Dwrite_chunk
+ if the dataset was not closed after writing.
+
+ (NAF - 2019/03/06, HDFFV-10716)
+
- Fixed a potential invalid memory access and failure that could occur when
decoding an unknown object header message (from a future version of the
library).