diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2009-11-20 18:56:01 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2009-11-20 18:56:01 (GMT) |
commit | 8bcc914263522081b88b2bcb1bec3b824cafa30e (patch) | |
tree | 2f2de48dadc1a39b8b1239f74e51eed5ad282914 /release_docs/RELEASE.txt | |
parent | 5a821b959b947c5573e3d41fb0c16477634d8415 (diff) | |
download | hdf5-8bcc914263522081b88b2bcb1bec3b824cafa30e.zip hdf5-8bcc914263522081b88b2bcb1bec3b824cafa30e.tar.gz hdf5-8bcc914263522081b88b2bcb1bec3b824cafa30e.tar.bz2 |
[svn-r17905] 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/RELEASE.txt')
-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 6c59804..3fc06e5 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -138,6 +138,8 @@ New Features Tools: ------ + - h5diff: fix for displaying garbage value on LE machine for BE data. + (JKM - 2009/11/20) - h5dump subsetting now allows default for count. Also trailing ; in short form can be omitted after last specified value. (ADB - 2009/09/04) - h5dump/h5ls now can display data in region references |