summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-09-03 15:57:57 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-09-03 15:57:57 (GMT)
commitddfe8e8e433e1f0406766218306651be2021c393 (patch)
tree1cd4f67424235a2c0a97277c48122a3751e30d0b /release_docs
parentb2775eee80f091210f09f938756880fa22ccb68e (diff)
downloadhdf5-ddfe8e8e433e1f0406766218306651be2021c393.zip
hdf5-ddfe8e8e433e1f0406766218306651be2021c393.tar.gz
hdf5-ddfe8e8e433e1f0406766218306651be2021c393.tar.bz2
[svn-r19345] Description:
Add note about bugfix that requires H5Pset_chunk for all chunked datasets now.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 3e84f00..e1382f4 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -117,6 +117,9 @@ Bug Fixes since HDF5-1.8.5
Library
-------
+ - Corrected situation where 1-D chunked dataset could get created by an
+ application without calling H5Pset_chunk(). H5Pset_chunk is now
+ required for creating all chunked datasets. (QAK - 2010/09/02)
- Fixed many memory issues that valgrind exposed. (QAK - 2010/08/24)
- Fixed the bug in the filter's public CAN_APPLY function. The return
value should be htri_t not herr_t (Bug #1239). (SLU - 2010/8/5)