diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-01-16 16:53:52 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-01-16 16:53:52 (GMT) |
commit | 1039d639520e92455b01850095bd94664ff4de53 (patch) | |
tree | e19572e539eeae603016ae1080c66e17ceaa170a /release_docs | |
parent | 9f09b2d37c30393fc7db2607bd0a45815f5c26c7 (diff) | |
download | hdf5-1039d639520e92455b01850095bd94664ff4de53.zip hdf5-1039d639520e92455b01850095bd94664ff4de53.tar.gz hdf5-1039d639520e92455b01850095bd94664ff4de53.tar.bz2 |
[svn-r14439] more features and bugs
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index f7cd161..0d08a0d 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -501,6 +501,10 @@ New Features Tools: ------ + - h5repack and h5diff changed command line parameter syntax to be + similar to h5dump, adding also long switch names. PVN - 2008/1/16 + - h5repack now supports adding multiple filters to all objects. + PVN - 2008/1/16 - h5dump lists groups and attributes in requested orders (by name and creation order, both ascending and descending). PVN - 2007/10/5 - h5import imports string (text) data. PVN - 2007/10/5 @@ -946,6 +950,10 @@ Bug Fixes since HDF5-1.6.0 release selections. PVN 2008/01/16 - Fixed h5diff regarding the display of NaN (Not a Number) values. PVN 2008/01/16 + - Fixed h5dump regarding the parsing of binary output parameters. + PVN 2008/01/16 + - Fixed memory problems in h52gif and gif2h5. PVN 2008/01/16 + - Fixed h5repack dealing with NULL references. PVN 2008/01/16 - Fixed h5dump & h5ls to display attributes in "name" order, rather than the order they are encountered in the object header. QAK - 2007/10/04 |