summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2009-11-20 22:17:48 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2009-11-20 22:17:48 (GMT)
commitcbe163c6ce286b96dd461375cf76649dee98567d (patch)
tree69f0a25602107c0fe0f36362418893a8a929b463 /release_docs
parent218469b0ac56c6a9910b59d6e6b4ebb7c49120db (diff)
downloadhdf5-cbe163c6ce286b96dd461375cf76649dee98567d.zip
hdf5-cbe163c6ce286b96dd461375cf76649dee98567d.tar.gz
hdf5-cbe163c6ce286b96dd461375cf76649dee98567d.tar.bz2
[svn-r17921] Purpose:
Fix Bug1672 - Display garbage value on LE machine for BE data. Description: Casuing by calling diff_dataset twice when -r or no option was given. Change to call it once which fix the problem. It also improves the performance. (diffing time in half) According further test, it also occurred on BE machine as well and it seems occruing only with the BE data attached to Bugzilla. Don't know how the file was created. Anyway this fix will prevent from diffing with garbage values in similiar potential case. Tested on: linux32 (jam) , linux64 (almani), solaris (linew)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 74d866f..2dae9e6 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -71,6 +71,8 @@ New Features
Tools
-----
+ - h5diff: fix for displaying garbage value on LE machine for BE data.
+ (JKM - 2009/11/20)
High-Level APIs