diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2011-02-02 14:41:49 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2011-02-02 14:41:49 (GMT) |
commit | 73d58f8b3c8cfba33875fdf8742ee2c921b1c066 (patch) | |
tree | b845384f461709e1ec34e4abf75d4cf85bd3a06c /release_docs/RELEASE.txt | |
parent | e2b089b21cdac9687a08b2c5ef377f6b66d2c71e (diff) | |
download | hdf5-73d58f8b3c8cfba33875fdf8742ee2c921b1c066.zip hdf5-73d58f8b3c8cfba33875fdf8742ee2c921b1c066.tar.gz hdf5-73d58f8b3c8cfba33875fdf8742ee2c921b1c066.tar.bz2 |
[svn-r20029] Purpose: Fix bug 2131
Description:
When using the scale-offset filter with floating point data or fill values, big
endian machines would save some metadata in the wrong byte order. This caused
such datasets to yield incorrect data when read on little endian machines.
Fixed the scale-offset filter to always save this metadata in the right byte order (i.e. little endian).
Tested: jam, amani, heiwa (h5committedt); fedora, linew
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 024d76b..9ae4575 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -257,6 +257,10 @@ Bug Fixes since HDF5-1.8.0 release Library ------- + - Fixed a bug that caused big endian machines to generate corrupt files + when using the scale-offset filter with floating point data or + fill values. Note that such datasets will no longer be readable + by any machine after this patch. (NAF - 2010/02/02) - Retrieving a link's name by index in the case where the link is external and the file that the link refers to doesn't exist will now fail gracefully rather than cause a segmentation fault. |