summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2012-03-12 21:54:00 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2012-03-12 21:54:00 (GMT)
commit37156e3914aafa6b9fd75498ce588d7b87e143cf (patch)
treeec41dc1f5d8659ca4e0e05bb9a3e71364188678e /release_docs
parentcad1e02a77240c7b730569a6f3552dc6d752fa30 (diff)
downloadhdf5-37156e3914aafa6b9fd75498ce588d7b87e143cf.zip
hdf5-37156e3914aafa6b9fd75498ce588d7b87e143cf.tar.gz
hdf5-37156e3914aafa6b9fd75498ce588d7b87e143cf.tar.bz2
[svn-r22055] Description:
Bring r22053 from trunk to 1.8 branch: Correct corner case for creating a contiguous dataset with a zero-sized dataspace, when the allocation time is set to early. Also clean up a few compiler warnings in the dataspace code. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug & parallel
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 687531c..2da8a2c 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -110,6 +110,8 @@ Bug Fixes since HDF5-1.8.8
Library
-------
+ - Fixed error when creating a contiguous dataset with a zero-sized dataspace
+ and space allocation time set to 'early'. (QAK - 2012/3/12)
- Creating a dataset in a read-only file caused seg fault when the file
is closed. It's fixed. The error stack is returned correctly
now. (SLU - 2012/1/25. Issue 7756)