diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2007-01-29 15:11:18 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2007-01-29 15:11:18 (GMT) |
commit | 4dcac163d02c6cf7c0d9f120d19584187700db58 (patch) | |
tree | b92f743a63d51400ba2b4076027e3fc1453b4efb /release_docs | |
parent | a61fd097205cfa25ce49dea9263f994871722763 (diff) | |
download | hdf5-4dcac163d02c6cf7c0d9f120d19584187700db58.zip hdf5-4dcac163d02c6cf7c0d9f120d19584187700db58.tar.gz hdf5-4dcac163d02c6cf7c0d9f120d19584187700db58.tar.bz2 |
[svn-r13214] Update for the CORE driver feature.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 93e56bb..e2a20a0 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -172,6 +172,9 @@ New Features Library: -------- + - Enabled the CORE driver to read an existing file depending on + the setting of the backing_store for H5Pset_fapl_core and file + open flags. - SLU - 2006/11/30 - Added new H5Gget_info_by_idx() routine to query the information about a group according to the order within an index. - QAK - 2006/11/27 |