diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-05-12 17:39:28 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-05-12 17:39:28 (GMT) |
commit | e91ac26124119d6c9aad237fce5cdcfed8013422 (patch) | |
tree | a1042d1dd13b30ad131fa901466c1230c99c0ee0 | |
parent | fb9d0686baeb8dea4d8edcc3131db43a00daf187 (diff) | |
download | hdf5-e91ac26124119d6c9aad237fce5cdcfed8013422.zip hdf5-e91ac26124119d6c9aad237fce5cdcfed8013422.tar.gz hdf5-e91ac26124119d6c9aad237fce5cdcfed8013422.tar.bz2 |
[svn-r3917] Updated.
-rw-r--r-- | RELEASE.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index f6a1157..d0f866d 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.4.1-post2 currently under development +HDF5 library version 1.4.1-post2 currently under development ================================================================================ @@ -38,6 +38,11 @@ New Features * File sizes greater than 2GB are now supported on Linux systems with version 2.4.x or higher kernels. + * Added a global string variable H5_lib_vers_info_g which holds the + HDF5 library version information. This can be used to identify + an hdf5 library or hdf5 application binary. + Also added a verification of the consistency between H5_lib_vers_info_g + and other version information in the source code. Bug Fixes since HDF5-1.4.1 Release |