summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-06-09 14:01:46 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-06-09 14:01:46 (GMT)
commit4b23dc8335489b7a0db5b97099c37c0430adc4b5 (patch)
tree3efb1abeaf53b71f729266a80298b10e8dd66555 /release_docs
parent1a9312bb6ad925c43db17c33859e816e3ba7843a (diff)
downloadhdf5-4b23dc8335489b7a0db5b97099c37c0430adc4b5.zip
hdf5-4b23dc8335489b7a0db5b97099c37c0430adc4b5.tar.gz
hdf5-4b23dc8335489b7a0db5b97099c37c0430adc4b5.tar.bz2
[svn-r8632] Purpose:
Update release notes
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 68d2754..39bb0c5 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -131,12 +131,20 @@ Bug Fixes since HDF5-1.6.0 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
+ 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