summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-07-16 03:47:42 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-07-16 03:47:42 (GMT)
commitdcd15ba46a1d2adfea677ba7641219877e6895d2 (patch)
tree0b213e05cb1da52928cc28479e86c02518edb93c /doc
parent1be75d8fe00c1ac44e38b5d5867ade7f6a3ffce2 (diff)
downloadhdf5-dcd15ba46a1d2adfea677ba7641219877e6895d2.zip
hdf5-dcd15ba46a1d2adfea677ba7641219877e6895d2.tar.gz
hdf5-dcd15ba46a1d2adfea677ba7641219877e6895d2.tar.bz2
[svn-r8888] Purpose:
Bump version # after making snapshot
Diffstat (limited to 'doc')
-rw-r--r--doc/html/ADGuide/RELEASE.txt20
1 files changed, 12 insertions, 8 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index c17f77d..cdcb512 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -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