[svn-r5927] Snapshot version 1.5 release 36

This commit is contained in:
HDF Admin
2002-09-14 03:38:10 -05:00
parent 12f8879c40
commit d32ad09043
10 changed files with 39 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
HDF5 version 1.5.35 released on Sat Sep 7 10:42:40 CDT 2002
HDF5 version 1.5.36 released on Sat Sep 14 03:35:40 CDT 2002
================================================================================
@@ -221,10 +221,13 @@ Documentation
New Features
============
* Changed "H5P[set|get]_space_time" functions to "H5P[set|get]_alloc_time"
Unify all symbolic names for these functions to use "alloc time" instead
of other names. QAK - 2002/09/13
* 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
QAK - 2002/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