summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-05-15 18:58:13 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-05-15 18:58:13 (GMT)
commitb74b1cd250755cbbe6ec337dc34634eb8b74b64a (patch)
tree66326fc09bb3defcfb7cc2a021060015cd12dfa8 /release_docs
parent0adad7281356cd61f54cbdd286f855e1832c9c17 (diff)
downloadhdf5-b74b1cd250755cbbe6ec337dc34634eb8b74b64a.zip
hdf5-b74b1cd250755cbbe6ec337dc34634eb8b74b64a.tar.gz
hdf5-b74b1cd250755cbbe6ec337dc34634eb8b74b64a.tar.bz2
Added a RELEASE.txt message for HDFFV-10187.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index c9675ae..81295e9 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -121,7 +121,12 @@ Bug Fixes since HDF5-1.10.0-patch1 release
High-Level APIs:
------
- -
+ - Fixed a bug in the H5DOwrite_chunk() API call where overwriting a chunk
+ with no filters caused an assert to trip (with assertions enabled /
+ debug builds) or additional chunks to be inserted instead of overwriting
+ the data (without assertions enabled / production builds).
+
+ (HDFFV-10187, DER, 2017/05/11)
Fortran High-Level APIs:
------