diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-10-13 22:27:34 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-10-13 22:27:34 (GMT) |
commit | bf8a376ee3f40ae4eeec329227db5f499070dbc7 (patch) | |
tree | 734d2162a2dbfe9049de912c9a35341b4bfa7c4a | |
parent | 3aa8cd12237ee8ffec97c7b417b7cfe0e6fcb0d3 (diff) | |
download | hdf5-bf8a376ee3f40ae4eeec329227db5f499070dbc7.zip hdf5-bf8a376ee3f40ae4eeec329227db5f499070dbc7.tar.gz hdf5-bf8a376ee3f40ae4eeec329227db5f499070dbc7.tar.bz2 |
[svn-r7622]
Purpose: Big fix
Description: Documented h5pset(get)_cache_f subroutines' parameter change
Platforms tested: kelgia, arabica 64-bit, solatis 2.7 64-bit
Misc. update:
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 9366482..1371675 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -81,7 +81,8 @@ Bug Fixes since HDF5-1.6.0 release Library ------- - Fixed incorrect datatype of the third parameter to the Fortran90 - h5pget_cache_f function (INTEGER(SIZE_T) to INTEGER) EIP - 2003/10/10 + h5pset(get)_cache_f subroutine (INTEGER to INTEGER(SIZE_T)) + EIP - 2003/10/13 - Fixed problems with accessing variable-length data datatypes on Crays. QAK - 2003/10/10 - Fixed potential file corruption bug when too many object header |