diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-09-04 20:38:40 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-09-04 20:38:40 (GMT) |
commit | c1f98f4763d0eda4e511ca106c2d6103b84b752d (patch) | |
tree | 651d4bb7cc4d1c51652ed9e9a7d8b4f32350c389 /release_docs | |
parent | c7590ca38eb81dccfffa8e7132e0d1df0734cf44 (diff) | |
download | hdf5-c1f98f4763d0eda4e511ca106c2d6103b84b752d.zip hdf5-c1f98f4763d0eda4e511ca106c2d6103b84b752d.tar.gz hdf5-c1f98f4763d0eda4e511ca106c2d6103b84b752d.tar.bz2 |
[svn-r17451] Added new features for h5dump in tools section. Moved h5dump bug fix to bug fixed section.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 4a4dff1..190763f 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -126,7 +126,10 @@ New Features Tools: ------ - - h5dump/h5ls display buffer resize fixed in tools library. (ADB - 2009/7/21 - 1520) + - 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 + using new -R, --region flag. (ADB - 2009/09/04) - h5diff new flag, -c, --compare, list objects that are not comparable. (PVN - 2009/4/10 - 1368) - h5diff new flag, -N, --nan, avoids NaNs detection. (PVN - 2009/4/10) @@ -327,6 +330,8 @@ Bug Fixes since HDF5-1.8.0 release Tools ----- + - h5dump/h5ls display buffer resize fixed in tools library. + (ADB - 2009/07/21 - 1520) - Fixed many problems that could occur when using h5repack with named datatypes. (NAF - 2009/4/20 - 1516/1466) - h5dump, h5diff, h5repack were not reading (by hyperslabs) datasets |