summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-08-30 04:46:46 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-08-30 04:46:46 (GMT)
commite9d0931e45b578fa263661b6646cf29913d71a81 (patch)
tree97a75814bba4e7154053b4f2bc3eb571f38d78a3 /release_docs
parent3182a8a040b463629fd9f266b6a1eda6ce70c3d7 (diff)
downloadhdf5-e9d0931e45b578fa263661b6646cf29913d71a81.zip
hdf5-e9d0931e45b578fa263661b6646cf29913d71a81.tar.gz
hdf5-e9d0931e45b578fa263661b6646cf29913d71a81.tar.bz2
[svn-r11313] Purpose:
updated.
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 d048e1f..7e2e57b 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -256,6 +256,12 @@ New Features
Parallel Library:
-----------------
+ - A dataset created in serial mode with H5D_ALLOC_TIME_INCR allocation
+ setting was not extendible, either explicitly by H5Dextend or
+ implicitly by writing to unallocated chunks. Library now allocates
+ more space when needed or directed if the file is opened by parallel
+ mode, independent of what the dataset allocation mode is.
+ CC/AKC - 2005/08/29.
- Allow compressed, chunked datasets to be read in parallel.
QAK - 2004/10/04
- Add options of using atomicity and file-sync to test_mpio_1wMr.