[svn-r8888] Purpose:

Bump version # after making snapshot
This commit is contained in:
Quincey Koziol
2004-07-15 22:47:42 -05:00
parent 1be75d8fe0
commit dcd15ba46a
6 changed files with 26 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
HDF5 version 1.7.30 released on Sun Jul 11 03:37:48 CDT 2004
HDF5 version 1.7.31 released on Thu Jul 15 22:46:46 CDT 2004
================================================================================
@@ -142,18 +142,22 @@ Bug Fixes since HDF5-1.6.0 release
Library
-------
- Fixed bug where "resurrecting" a dataset was failing.
QAK - 2004/07/14
- Fixed bug where incorrect data could be read from a chunked dataset
after it was extended. QAK - 2004/07/12
- Fixed failure to read data back from file of compound type with
variable-length string as field. SLU - 2004/06/10
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
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
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
- Fixed problem with fletcher32 filter when converting data of different