summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2002-08-20 16:25:50 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2002-08-20 16:25:50 (GMT)
commit204426a530eddd798de062e816c4ad846c3802d5 (patch)
tree09eebb801f3f826d0580b912e80a6de7a9f6ffdb /release_docs
parent29da4951f8aa861cc972c48fef03334c47ff0136 (diff)
downloadhdf5-204426a530eddd798de062e816c4ad846c3802d5.zip
hdf5-204426a530eddd798de062e816c4ad846c3802d5.tar.gz
hdf5-204426a530eddd798de062e816c4ad846c3802d5.tar.bz2
[svn-r5880]
Purpose: add information of compact dataset.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 08a9f4c..4c3c8b8 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -217,6 +217,11 @@ Documentation
New Features
============
+ * 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
+ is no API changes except activating H5Pset_layout and H5Pget_layout for
+ compact dataset. -SLU, 2002/8/20
* Added MPI-posix VFL driver. This VFL driver uses MPI functions to
coordinate actions, but performs I/O directly with POSIX sec(2)
(i.e. open/close/read/write/etc.) calls. This driver should _NOT_