diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2001-12-13 15:43:38 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2001-12-13 15:43:38 (GMT) |
commit | 3ca3ae97eed8db1584cd66d6dfc654c916a7ed8f (patch) | |
tree | 3ca56769cb78824aa7869fc1a96280ebad47d6b9 /release_docs/RELEASE.txt | |
parent | 4720897bb99cc6e028f6b0c58df55a974140255e (diff) | |
download | hdf5-3ca3ae97eed8db1584cd66d6dfc654c916a7ed8f.zip hdf5-3ca3ae97eed8db1584cd66d6dfc654c916a7ed8f.tar.gz hdf5-3ca3ae97eed8db1584cd66d6dfc654c916a7ed8f.tar.bz2 |
[svn-r4716]
Purpose:
Update
Description:
New feature of file close behavior.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 8027edb..392834e 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -192,6 +192,14 @@ New Features several hyperslab selection calls). * Removed H5P(get|set)_hyper_cache API function, since the property is no longer used. + * Added a new file access property, file close degree, to control file + close behavior. It has four values, H5F_CLOSE_WEAK, H5F_CLOSE_SEMI, + H5F_CLOSE_STRONG, and H5F_CLOSE_DEFAULT. Two correspont functions + H5Pset_fclose_degree and H5Pget_fclose_degree are also provided. Two + new functions H5Fget_obj_count and H5Fget_obj_ids are offerted to assist + this new feature. For full details, please refer to the reference + manual under the description of H5Fcreate, H5Fopen, H5Fclose and the + functions mentioned above. * Changed internal error handling macros to reduce code size of library by about 10-20%. |