summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-06-13 08:30:32 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-06-13 08:30:32 (GMT)
commitb33344a7bebf46ff905b10c751cf39f7974e88d3 (patch)
tree0ff97e25243517569f530c40772fcd20178a3405 /doc
parentab989cd1a8d5b65120fe88a84b3b925f1b174db8 (diff)
downloadhdf5-b33344a7bebf46ff905b10c751cf39f7974e88d3.zip
hdf5-b33344a7bebf46ff905b10c751cf39f7974e88d3.tar.gz
hdf5-b33344a7bebf46ff905b10c751cf39f7974e88d3.tar.bz2
[svn-r8672] Snapshot version 1.7 release 28
Diffstat (limited to 'doc')
-rw-r--r--doc/html/ADGuide/RELEASE.txt16
1 files changed, 13 insertions, 3 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index b0605a4..aa88d56 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -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