diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-03-11 00:23:55 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-03-11 00:23:55 (GMT) |
commit | 5ca872006352d1a586d3d3f0d9770e122393a573 (patch) | |
tree | 0c4c19de3ce985000db4c126988cf1c9f60f26ac /release_docs | |
parent | c131cf31250188b36b559ecd8d862fcd987b4595 (diff) | |
download | hdf5-5ca872006352d1a586d3d3f0d9770e122393a573.zip hdf5-5ca872006352d1a586d3d3f0d9770e122393a573.tar.gz hdf5-5ca872006352d1a586d3d3f0d9770e122393a573.tar.bz2 |
[svn-r8251] Purpose:
bug fix
Description:
the fletcher filter used a temporary 2 byte word buffer to compute the checksum.
this is non portable between big-endian/little endian.
Solution:
replaced with a buffer of 1 byte type
Platforms tested:
linux
solaris
solaris 64 bit
AIX
windows
Misc. update:
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index ad221e7..567610a 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -109,6 +109,8 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Fixed problem with fletcher32 filter when converting data of different + 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 |