diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2002-09-24 23:27:51 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2002-09-24 23:27:51 (GMT) |
commit | f9c3920d286b9d18156d1b7d85f14852345b5e74 (patch) | |
tree | a21cfd1ad685382b15a17d6e41cb65c7a81eb20b /release_docs | |
parent | d7be0ad7e093c924af79cceaa9a943331900b135 (diff) | |
download | hdf5-f9c3920d286b9d18156d1b7d85f14852345b5e74.zip hdf5-f9c3920d286b9d18156d1b7d85f14852345b5e74.tar.gz hdf5-f9c3920d286b9d18156d1b7d85f14852345b5e74.tar.bz2 |
[svn-r5946]
Purpose:
Added missing fortran functions.
Description:
Four Library Fortran API functions have been added:
h5get_libversion_f, h5_check_version_f, h5garbage_collect_f and
h5dont_atexit_f. Only first two functions were tested.
Documentation file and RELEASE.txt were updated.
Platforms tested:
Solaris 2.7, IRIX64-6.5 and Linux 2.2
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index fa6832f..7fa1131 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -67,6 +67,8 @@ Library written to the file and then subsequently queried with the H5Sget_simple_extent_type function, type was reported H5S_SIMPLE instead of H5S_SCALAR. EIP - 2002/06/04 +C +C * Clear symbol table node "dirty" flag when flushing symbol tables to disk, to reduce I/O calls made & improve performance. QAK - 2002/06/03 * Fixed bug where an object's header could get corrupted in certain obscure @@ -383,6 +385,12 @@ New Features type. Module subroutines that accept "dims" as INTEGER array of size 7 will be deprecated in 1.6 release. EIP - 2002/05/06 + - Added the following functions to the + Library APIs: + h5get_libversion_f h5dont_atexit_f + h5check_version_f h5garbage_collect_f + EIP - 2002/09/24 + * C++ API: - Added two new member functions: Exception::getFuncName() and Exception::getCFuncName() to provide the name of the member |