summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-08-27 19:54:40 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-08-27 19:54:40 (GMT)
commit44f3c84cc9e177d345783e8a42e592377a6d8da3 (patch)
tree7a6e53c44af4ebb4592b662e33a76f4c793940d0 /release_docs
parent7ee60ff06d5804ec69ef81f0d8e3327d338616fb (diff)
downloadhdf5-44f3c84cc9e177d345783e8a42e592377a6d8da3.zip
hdf5-44f3c84cc9e177d345783e8a42e592377a6d8da3.tar.gz
hdf5-44f3c84cc9e177d345783e8a42e592377a6d8da3.tar.bz2
[svn-r5899] Purpose:
Update release notes Description: Mention new space allocation features.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 4c3c8b8..37fb5ab 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -35,6 +35,8 @@ Bug Fixes since HDF5-1.4.0
Library
-------
+ * Fixed data corruption problem which could occur when fill values were
+ written to a contiguously stored dataset in parallel. QAK - 2002/08/27
* Fixed metadata corruption problem which could occur when many objects
are created in a file during parallel I/O. QAK - 2002/07/19
* Fixed VL memory leak when data is overwritten. The heap objects holding
@@ -217,6 +219,10 @@ Documentation
New Features
============
+ * Added "H5D_SPACE_ALLOC_INCR" setting to H5D_SPACE_ALLOC_EARLY and
+ H5D_SPACE_ALLOC_LATE for H5Dset_space_time(). This allows chunked
+ datasets to be incrementally allocated as in the 1.4.x branch.
+ QAK - 2007/08/27
* Compact dataset is added to the library. The data will be stored in
the header message of dataset layout. Space allocation time has to be
EARLY. No hyperslab is supported for parallel collective write. There