summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-06-09 14:01:49 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-06-09 14:01:49 (GMT)
commit896cd2e17dcd2ea76700f8217b7ad42ca8422b05 (patch)
tree8e94d7e75c58d1784698283aa05d9e3ecdce4aea /release_docs
parentcf3dbfc245c81704b22097aa700639553829833a (diff)
downloadhdf5-896cd2e17dcd2ea76700f8217b7ad42ca8422b05.zip
hdf5-896cd2e17dcd2ea76700f8217b7ad42ca8422b05.tar.gz
hdf5-896cd2e17dcd2ea76700f8217b7ad42ca8422b05.tar.bz2
[svn-r8633] Purpose:
Update release notes
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index eade7de..9c7a3f1 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -64,8 +64,16 @@ Bug Fixes since HDF5-1.6.2 release
Library
-------
+ - 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