diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2009-04-17 19:11:05 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2009-04-17 19:11:05 (GMT) |
commit | cbd195409d3e0292fcf59291ed23f9c09e7074b6 (patch) | |
tree | aff05bc2fa6678e78c09c6a1801f44d258546cb7 | |
parent | 3577791dcc55259829af881545db3482d6dc9405 (diff) | |
download | hdf5-cbd195409d3e0292fcf59291ed23f9c09e7074b6.zip hdf5-cbd195409d3e0292fcf59291ed23f9c09e7074b6.tar.gz hdf5-cbd195409d3e0292fcf59291ed23f9c09e7074b6.tar.bz2 |
[svn-r16783] Added information about new fortran wrappers added:
H5D_h5dget_access_plist_f
H5I_h5iis_valid_f
H5P_h5pset_chunk_cache_f
H5P_h5pget_chunk_cache_f
-rw-r--r-- | release_docs/RELEASE.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index ff395b6..3f4f97b 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -107,6 +107,13 @@ New Features F90 API ------ + + - Added for the C APIs the Fortran wrappers: + H5D_h5dget_access_plist_f + H5I_h5iis_valid_f + H5P_h5pset_chunk_cache_f + H5P_h5pget_chunk_cache_f + (MSB - 2009/04/17) C++ API |