diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2019-03-15 15:22:12 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2019-03-15 15:22:12 (GMT) |
commit | a0c5d9a1d3ffbff3c78982a4d08bd8f1550f535d (patch) | |
tree | 7329c7062bff51870a6f1b2c467b92de0e245721 /release_docs | |
parent | 0ea7aa89ff872f810285b12ddde5d55165534afa (diff) | |
parent | c812a6c9ec5ff440dc405167c54b86fdb18dcfa4 (diff) | |
download | hdf5-a0c5d9a1d3ffbff3c78982a4d08bd8f1550f535d.zip hdf5-a0c5d9a1d3ffbff3c78982a4d08bd8f1550f535d.tar.gz hdf5-a0c5d9a1d3ffbff3c78982a4d08bd8f1550f535d.tar.bz2 |
Merge pull request #1594 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:develop to develop
Fix issues with direct chunk operations and the single chunk index.
* commit 'c812a6c9ec5ff440dc405167c54b86fdb18dcfa4':
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.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index aed539b..876fb63 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -224,6 +224,18 @@ Bug Fixes since HDF5-1.10.3 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 |