diff options
-rw-r--r-- | release_docs/RELEASE.txt | 5 |
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_ |