summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2009-04-17 19:11:05 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2009-04-17 19:11:05 (GMT)
commitcbd195409d3e0292fcf59291ed23f9c09e7074b6 (patch)
treeaff05bc2fa6678e78c09c6a1801f44d258546cb7 /release_docs/RELEASE.txt
parent3577791dcc55259829af881545db3482d6dc9405 (diff)
downloadhdf5-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
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt7
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