summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorChris Hogan <chogan@hdfgroup.org>2019-12-09 16:56:58 (GMT)
committerChris Hogan <chogan@hdfgroup.org>2019-12-09 16:56:58 (GMT)
commitcce31c452790de8e45ec542b15d7619cc99718c8 (patch)
treee9d2d1c3521262c28ae02c521b6d54154218e7b8 /release_docs
parent3e7fa85fd9f22fbca6661b473586f208b4b32f7f (diff)
downloadhdf5-cce31c452790de8e45ec542b15d7619cc99718c8.zip
hdf5-cce31c452790de8e45ec542b15d7619cc99718c8.tar.gz
hdf5-cce31c452790de8e45ec542b15d7619cc99718c8.tar.bz2
Add fix of Jira 10934 to RELEASE.txt
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 f828933..74ab89c 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -239,6 +239,12 @@ Bug Fixes since HDF5-1.8.21
Library
-------
+ - Fixed user-created data access properties not existing in the property list
+ returned by H5Dget_access_plist. Thanks to Steven Varga for submitting a
+ reproducer and a patch.
+
+ (CJH - 2019/12/09, HDFFV-10934)
+
- 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.