diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-20 17:08:13 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-20 17:08:13 (GMT) |
commit | 8a3bbed8bf1e0c63352094257b6dfa3a33d0ca6e (patch) | |
tree | 09b6f8fd28e8c85c60ac5b81084b7b092aa0adb6 | |
parent | 38b068b2a44b7adbd92fab0e8d64b479ce764c74 (diff) | |
download | hdf5-8a3bbed8bf1e0c63352094257b6dfa3a33d0ca6e.zip hdf5-8a3bbed8bf1e0c63352094257b6dfa3a33d0ca6e.tar.gz hdf5-8a3bbed8bf1e0c63352094257b6dfa3a33d0ca6e.tar.bz2 |
[svn-r5442] Purpose:
Document VFL "flush" changes.
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 01c99ef..a945b3a 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -164,6 +164,10 @@ Documentation New Features ============ + * Added 'closing' parameter to VFL 'flush' callback function and H5FDflush. + This allows the library to indicate that the file will be closed + immediately following the call to 'flush' and can be used to avoid actions + that are duplicated in the VFL 'close' callback function. QAK - 2002/05/20 * Added feature to parallel chunk allocation routine to not write fill values to chunks allocated if the user has set the "fill time" to never. This can improve parallel I/O performance for chunked |