[svn-r7739] Snapshot version 1.7 release 8

This commit is contained in:
HDF Admin
2003-10-26 02:02:15 -05:00
parent df5d528100
commit 035991e5c0
6 changed files with 23 additions and 16 deletions

View File

@@ -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
-----