diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-05-01 19:15:16 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-05-01 19:15:16 (GMT) |
commit | de00caed75f8cf543ace316e288d8afa7ed4a6d2 (patch) | |
tree | 6220bb5934d0b085ecf81e85e05d256458e95732 | |
parent | 7a5edc075a27c9f1cb45260f3ffc2cce8ab5531e (diff) | |
download | hdf5-de00caed75f8cf543ace316e288d8afa7ed4a6d2.zip hdf5-de00caed75f8cf543ace316e288d8afa7ed4a6d2.tar.gz hdf5-de00caed75f8cf543ace316e288d8afa7ed4a6d2.tar.bz2 |
[svn-r14910] add mention of new compression ratio feature in h5dump
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 881865b..e5fdeca 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -56,6 +56,10 @@ New Features Tools: ------ + - h5dump: add a printing of the compression ratio of uncompressed and compressed + sizes for cases where compression filters are present. (PVN - 2008/05/01) + + High-Level APIs: ------ @@ -74,12 +78,12 @@ Bug Fixes since HDF5-1.8.0 release The searching pattern will depend on whether the target file's pathname is an absolute or a relative path. Please see the description in the RM for H5Lcreate_external(). (VC - 4/8/08) - - Fixed possible file corruption bug when encoding datatype + - Fixed possible file corruption bug when encoding datatype descriptions for compound datatypes whose size was between 256 & 511 bytes and the file was opened with the "use the latest format" property enabled (with H5Pset_libver_bounds). (QAK - 2008/03/13) - - Fixed bug in H5Aget_num_attrs() routine to handle invalid location + - Fixed bug in H5Aget_num_attrs() routine to handle invalid location ID correctly. (QAK - 2008/03/11) |