diff options
author | Peter Cao <xcao@hdfgroup.org> | 2013-03-19 21:36:53 (GMT) |
---|---|---|
committer | Peter Cao <xcao@hdfgroup.org> | 2013-03-19 21:36:53 (GMT) |
commit | 1e56e8ce4f8725320c1903aa028c349f43dcb9da (patch) | |
tree | 790a10be7d2dc6b66e0b68fe0aebfbad5902f037 | |
parent | a8b0ddf52b12f9e5025d53e223d45fa79448bc9a (diff) | |
download | hdf5-1e56e8ce4f8725320c1903aa028c349f43dcb9da.zip hdf5-1e56e8ce4f8725320c1903aa028c349f43dcb9da.tar.gz hdf5-1e56e8ce4f8725320c1903aa028c349f43dcb9da.tar.bz2 |
[svn-r23391] Adding notes for fixing HDFFV-8346 and HDFFV-8344
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index cb13711..36f190d 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -128,6 +128,10 @@ Bug Fixes since HDF5-1.8.10 Tools ----- + - h5dump: Fixed displaying comporession ratio for unknown or user-defined + filters. HDFFV-8344 (XCAO 2013/03/19) + - h5dump: Changed UNKNOWN_FILTER to USER_DEFINED_FILTER for user defined filter. + HDFFV-8346 (XCAO 2013/03/19) - h5diff: Fixed to return correct exit code 1 when detect unique extra attribute. Prior to this fix, h5diff returned exit code 0 indicating two files are identical. HDFFV-7643 (JKM 2013/02/15) |