summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MANIFEST1
-rw-r--r--release_docs/RELEASE.txt6
2 files changed, 7 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 8dfe824..c68770b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -717,6 +717,7 @@ a------------------------------------------------------------------------------
./testpar/t_mdset.c
./testpar/t_mpi.c
./testpar/t_ph5basic.c
+./testpar/t_chunk_alloc.c
./testpar/t_coll_chunk.c
./testpar/t_span_tree.c
./testpar/testpar.h
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.