summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2011-02-02 15:04:04 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2011-02-02 15:04:04 (GMT)
commit8d5fae09d0fb089c3443bec9e7612b47980ce07f (patch)
treee219a25e75601d1765503ff13fe9c6e39d75db5a /release_docs/RELEASE.txt
parent417ca8a303e6971f38f5d47231f80f6ed9bf982d (diff)
downloadhdf5-8d5fae09d0fb089c3443bec9e7612b47980ce07f.zip
hdf5-8d5fae09d0fb089c3443bec9e7612b47980ce07f.tar.gz
hdf5-8d5fae09d0fb089c3443bec9e7612b47980ce07f.tar.bz2
[svn-r20031] 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.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 8db9a61..d961a6c 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -134,6 +134,10 @@ Bug Fixes since HDF5-1.8.5
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
+ fill values. Note that such datasets will no longer be readable by any
+ by any machine after this patch. (NAF - 2010/02/02 - Bug 2131)
- 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. (MAM - 2010/11/17)