[svn-r8672] Snapshot version 1.7 release 28

This commit is contained in:
HDF Admin
2004-06-13 03:30:32 -05:00
parent ab989cd1a8
commit b33344a7be
6 changed files with 27 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
HDF5 version 1.7.27 released on Sun Jun 6 03:25:48 CDT 2004
HDF5 version 1.7.28 released on Sun Jun 13 03:28:56 CDT 2004
================================================================================
@@ -131,12 +131,22 @@ Bug Fixes since HDF5-1.6.0 release
Library
-------
- Fixed failure to read data back from file of compound type with
variable-length string as field. SLU - 2004/06/10
- Fixed potential file corruption bug when a block of metadata could
overlap the end of the internal metadata accumulator buffer and
the buffer would be extended correctly, but would incorrectly
change it's starting address. QAK - 2004/06/09
- Opaque datatype with no tag failed for some operations. Fixed.
SLU - 2004/6/3
- Fixed potential file corruption bug where dimensions that were
too large (a value greater than could be represented in 32-bits)
could cause the incorrect amount of space to be allocated in a
file for the raw data for the dataset. QAK - 2004/06/01
- Fixed dtypes "sw long double -> double" failure in QSC class
machines. AKC - 2004/4/16
machines. AKC - 2004/4/16
- Fixed problem with fletcher32 filter when converting data of different
endianess. PVN 2004/03/10
endianess. PVN - 2004/03/10
- Fixed problem with H5Tget_native_type() not handling opaque fields
correctly. QAK - 2004/01/31
- Fixed several errors in B-tree deletion code which could cause a