[svn-r7605] Snapshot version 1.7 release 6
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
HDF5 version 1.7.5 released on Tue Oct 7 06:13:37 CDT 2003
|
||||
HDF5 version 1.7.6 released on Sun Oct 12 07:16:49 CDT 2003
|
||||
================================================================================
|
||||
|
||||
|
||||
@@ -41,7 +41,11 @@ New Features
|
||||
|
||||
Library:
|
||||
--------
|
||||
- Added backward compatbility with v1.6 for new Error API. SLU -
|
||||
- Added new fields to the H5G_stat_t for more information about an
|
||||
object's object header. QAK 2003/10/06
|
||||
- Added new H5Fget_freespace() routine to query the free space in a
|
||||
given file. QAK 2003/10/06
|
||||
- Added backward compatability with v1.6 for new Error API. SLU -
|
||||
2003/09/24
|
||||
- Changed 'objno' field in H5G_stat_t structure from 'unsigned long[2]'
|
||||
to 'haddr_t'. QAK - 2003/08/08
|
||||
@@ -76,8 +80,16 @@ 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
|
||||
- Fixed problems with accessing variable-length data datatypes on
|
||||
Crays. QAK - 2003/10/10
|
||||
- Fixed potential file corruption bug when too many object header
|
||||
messages (probably attributes, from a user perspective) were
|
||||
inserted into an object header and certain other conditions were
|
||||
met. QAK - 2003/10/08
|
||||
- Changed implementation of internal ID searching algorithm to avoid
|
||||
O(n) behavior for many common cases. QAK 2003/10/06
|
||||
O(n) behavior for many common cases. QAK - 2003/10/06
|
||||
- Allow partial parallel writing to compact datasets. QAK - 2003/10/06
|
||||
- Correctly create reference to shared datatype in attribute, instead
|
||||
of making a copy of the shared datatype in the attribute.
|
||||
@@ -174,8 +186,8 @@ Platforms Tested
|
||||
Cray T90IEEE 10.0.1.01y Cray Standard C Version 6.4.0.2.3
|
||||
Cray Fortran Version 3.4.0.3
|
||||
mpt 2.1.0.0
|
||||
FreeBSD 4.7 gcc 2.95.4
|
||||
g++ 2.95.5
|
||||
FreeBSD 4.9 gcc 2.95.4
|
||||
g++ 2.95.4
|
||||
HP-UX B.11.00 HP C HP92453-01 A.11.01.20
|
||||
HP F90 v2.4
|
||||
HP ANSI C++ B3910B A.03.13
|
||||
|
||||
Reference in New Issue
Block a user