summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-01-04 16:19:21 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-01-04 16:19:21 (GMT)
commitdb1add7e22be9ec8e44aba29b3988e6c1826fe25 (patch)
treeb85925fa59647a1ad862c61069fa026892fd8728 /release_docs
parent7d13e53294dc5e5161da49bc2654ecb1fbe207b8 (diff)
downloadhdf5-db1add7e22be9ec8e44aba29b3988e6c1826fe25.zip
hdf5-db1add7e22be9ec8e44aba29b3988e6c1826fe25.tar.gz
hdf5-db1add7e22be9ec8e44aba29b3988e6c1826fe25.tar.bz2
HDFFV-8745 update release note
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 3882c4c..17ec3ac 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -268,6 +268,21 @@ Bug Fixes since HDF5-1.10.1 release
Tools
-----
+ - h5diff
+
+ h5diff seg faulted if comparing VL strings against fixed strigs.
+
+ Reworked solution for HDFFV-8625 and 8639. Implemented the check
+ for string objects of same type in the diff_can_type function by
+ adding an if(tclass1 == H5T_STRING) block. This if block moves the
+ same check that was added for attributes to this function, which is
+ used by all object types. This function also handles complex type
+ structures.
+ Also added a new test file in h5diffgenttest for testing this issue
+ and removed the temporary files used in the test scripts.
+
+ (ADB - 2018/01/04, HDFFV-8745)
+
- h5repack
h5repack failed to copy a dataset with existing filter.