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-03-19 20:36:43 (GMT)
commita8443acaa76b79ebe74624af363008f0163a44f8 (patch)
tree517d5878dea425cfd97f219500876a86d88a69c3 /release_docs
parent285bb9713cd9c18ad15cd851af90ff55746bfdaf (diff)
downloadhdf5-a8443acaa76b79ebe74624af363008f0163a44f8.zip
hdf5-a8443acaa76b79ebe74624af363008f0163a44f8.tar.gz
hdf5-a8443acaa76b79ebe74624af363008f0163a44f8.tar.bz2
Fix issue with direct chunk write not updating the "last chunk" index
cache. Fix issues involving datasets being "no allocated" when they contain cached raw data.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 3b68ba0..77f7f4e 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -327,6 +327,18 @@ Bug Fixes since HDF5-1.10.4 release
Library
-------
+ - 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.
+
+ (NAF - 2019/03/06)
+
+ - 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 memory leak in scale offset filter
In a special case where the MinBits is the same as the number of bits in