diff options
author | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2003-10-26 07:02:15 (GMT) |
---|---|---|
committer | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2003-10-26 07:02:15 (GMT) |
commit | 035991e5c040dced4c30804a8fc1dcd0cf98ac1b (patch) | |
tree | 208809a9618d0fbe5aa4fdd4a00efa56966f2764 /doc/html/ADGuide/RELEASE.txt | |
parent | df5d528100d6e614696028241a87c1f662578351 (diff) | |
download | hdf5-035991e5c040dced4c30804a8fc1dcd0cf98ac1b.zip hdf5-035991e5c040dced4c30804a8fc1dcd0cf98ac1b.tar.gz hdf5-035991e5c040dced4c30804a8fc1dcd0cf98ac1b.tar.bz2 |
[svn-r7739] Snapshot version 1.7 release 8
Diffstat (limited to 'doc/html/ADGuide/RELEASE.txt')
-rw-r--r-- | doc/html/ADGuide/RELEASE.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt index c1898d1..060c1f3 100644 --- a/doc/html/ADGuide/RELEASE.txt +++ b/doc/html/ADGuide/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.7.7 released on Sun Oct 19 07:08:04 CDT 2003 +HDF5 version 1.7.8 released on Sun Oct 26 02:00:42 CST 2003 ================================================================================ @@ -80,8 +80,12 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Single hyperslab selections (which were set with only one call to + H5Sselect_hyperslab) that had dimensions that could be "flattened" + but were interspersed with dimensions that could not be flattened + were not correctly handled, causing core dumps. QAK - 2003/10/25 - Fixed incorrect datatype of the third parameter to the Fortran90 - h5pset(get)_cache_f subroutine (INTEGER to INTEGER(SIZE_T)) + 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 @@ -153,6 +157,9 @@ Bug Fixes since HDF5-1.6.0 release Performance ------------- + - Hoisted invariant 'if/else's out of inner datatype conversion loop for + integer and floating-point values, giving about a 20% speedup. + QAK - 2003/10/20 Tools ----- |