summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2002-09-14 08:38:10 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2002-09-14 08:38:10 (GMT)
commitd32ad090439ad97af135a269a60dbbff430b84da (patch)
tree3954f7dc6ba59e41a8328a42144a65f24323dd03 /doc
parent12f8879c407478ab7cb7c60e1c37554cf370c175 (diff)
downloadhdf5-d32ad090439ad97af135a269a60dbbff430b84da.zip
hdf5-d32ad090439ad97af135a269a60dbbff430b84da.tar.gz
hdf5-d32ad090439ad97af135a269a60dbbff430b84da.tar.bz2
[svn-r5927] Snapshot version 1.5 release 36
Diffstat (limited to 'doc')
-rw-r--r--doc/html/ADGuide/RELEASE.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index 7e76989..5df4e79 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -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