diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2012-03-16 04:24:55 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2012-03-16 04:24:55 (GMT) |
commit | c9ebe22dd06b60d626a2844f2e0967c5480a3bfc (patch) | |
tree | 238e91868a3aa10b666f25273fe98eed44e4fa8f | |
parent | 29e7e2890bf51bce3120090f740ce1f336c0d6c4 (diff) | |
download | hdf5-c9ebe22dd06b60d626a2844f2e0967c5480a3bfc.zip hdf5-c9ebe22dd06b60d626a2844f2e0967c5480a3bfc.tar.gz hdf5-c9ebe22dd06b60d626a2844f2e0967c5480a3bfc.tar.bz2 |
[svn-r22079] Added H5LTpath_valid(_f) description.
-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 63ae2d7..4e5e9ae 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -349,6 +349,10 @@ New Features h5dsget_scale_name_f h5dsget_num_scales_f (EIP for SB - 2011/10/13) + + - New API: h5ltpath_valid (Fortran: h5ltpath_valid_f) which checks + if a path is correct and determines if a link resolves to a valid + object and does not dangle. (MSB- 2012/3/15) Documentation ------------- |