summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2017-05-16 18:43:45 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2017-05-16 18:43:45 (GMT)
commit6403b313d46ec6db46fcff2aaa4a9238f8265d85 (patch)
treeec113b91acc0c1cfc329423bd39de656fb0c6936
parent55e2bcedc1aab3fe7a3c54c0bb1decce7b78a7e8 (diff)
parent6e09fa2cb2e8193d8d2f950a794e8fd351dd204b (diff)
downloadhdf5-6403b313d46ec6db46fcff2aaa4a9238f8265d85.zip
hdf5-6403b313d46ec6db46fcff2aaa4a9238f8265d85.tar.gz
hdf5-6403b313d46ec6db46fcff2aaa4a9238f8265d85.tar.bz2
Merge branch 'hdf5_1_10' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into hdf5_1_10
-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:
------