diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2002-09-25 22:24:55 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2002-09-25 22:24:55 (GMT) |
commit | 11b0fad3fa6249922b37c8a35117fb3340df2020 (patch) | |
tree | 61c9d8759bc32b9280b3e0bd1d44709fbbec6ef4 /release_docs | |
parent | 12e30dc9b284cae8dd821ffec93c344b7fb0d96b (diff) | |
download | hdf5-11b0fad3fa6249922b37c8a35117fb3340df2020.zip hdf5-11b0fad3fa6249922b37c8a35117fb3340df2020.tar.gz hdf5-11b0fad3fa6249922b37c8a35117fb3340df2020.tar.bz2 |
[svn-r5948]
Purpose:
Added new fortran functions
Description:
Source code, tests and documentation for h5glink2_f and h5gmove2_f
functions were added. I also added missing man page for h5glink_f
Platforms tested:
Solaris 2.7, IRIX64-6.5 and Liniux 2.2
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 7fa1131..558ab3c 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -389,7 +389,10 @@ New Features Library APIs: h5get_libversion_f h5dont_atexit_f h5check_version_f h5garbage_collect_f - EIP - 2002/09/24 + EIP - 2002/09/24 + H5G APIs: + h5glink2_f and h5gmove2_f + EIP - 2002/09/25 * C++ API: - Added two new member functions: Exception::getFuncName() and |