summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-05-16 17:00:52 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-05-16 17:00:52 (GMT)
commit6e09fa2cb2e8193d8d2f950a794e8fd351dd204b (patch)
tree66326fc09bb3defcfb7cc2a021060015cd12dfa8
parent0adad7281356cd61f54cbdd286f855e1832c9c17 (diff)
parentb74b1cd250755cbbe6ec337dc34634eb8b74b64a (diff)
downloadhdf5-6e09fa2cb2e8193d8d2f950a794e8fd351dd204b.zip
hdf5-6e09fa2cb2e8193d8d2f950a794e8fd351dd204b.tar.gz
hdf5-6e09fa2cb2e8193d8d2f950a794e8fd351dd204b.tar.bz2
Merge pull request #517 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to hdf5_1_10
* commit 'b74b1cd250755cbbe6ec337dc34634eb8b74b64a': Added a RELEASE.txt message for HDFFV-10187.
-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:
------