summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2012-03-12 22:49:17 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2012-03-12 22:49:17 (GMT)
commit493e1e8f805964a62918b11908d28dae93b0d47a (patch)
tree95d6d2ce1bcf541ac5573e6f45b02346e311a7f9 /release_docs/RELEASE.txt
parent37156e3914aafa6b9fd75498ce588d7b87e143cf (diff)
downloadhdf5-493e1e8f805964a62918b11908d28dae93b0d47a.zip
hdf5-493e1e8f805964a62918b11908d28dae93b0d47a.tar.gz
hdf5-493e1e8f805964a62918b11908d28dae93b0d47a.tar.bz2
[svn-r22057] Purpose:
Fix for HDFFV-7835 h5diff: incorrect result for comparing the two same type symlinks as dangling links. Description: When two symbolic dangling links are compared with --follow-symlinks option, the result should be same. It works for comparing two files, but didn't work for comparing two objects. Test cases were added and tagged with jira#. Merged from HDF5 trunk r22038. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE cmake), Cmake (jam)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt14
1 files changed, 10 insertions, 4 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 2da8a2c..6d4708a 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -76,10 +76,12 @@ New Features
subsetting. This is useful when the "h5dump error: unable to
open dataset "datset_name"" message is output because a dataset
name contains a '[' character.(ADB - 2012/03/05 - HDFFV-7689).
- - h5repack: Improved performance for hanlding big chunked datasets (size > 128MB).
- Especially performance would be much better prior to the update, for the cases
- that chunk dimentions look like "1024x5x1" (opposite to "1x5x1024"). When big
- numbers are toward front and small numbers are toward back in chunk dimentions.
+ - h5repack: Improved performance for big chunked datasets (size > 128MB)
+ when used with layout (-l) or compression (-f) option. It would perform
+ much better prior to the improvement, especially for cases that chunk
+ dimensions looks like "1024x5x1" (compare to "1x5x1024"). When bigger
+ numbers are toward front and small numbers are toward back in chunk
+ dimensions. HDFFV-7862 (JKM - 2012/03/01)
High-Level APIs
---------------
@@ -133,6 +135,10 @@ Bug Fixes since HDF5-1.8.8
Tools
-----
+ - h5diff: When two symbolic dangling links are compared with
+ --follow-symlinks option, the result should be same. It worked for
+ comparing two files, but didn't work for comparing two objects.
+ Now it works for comparing two objects. HDFFV-7835 (JKM 2012/03/09)
- h5dump: Added tools library error stack to properly catch error
information generated within the library.
HDFFV-7958 (ADB 2012/03/12)