summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-01-09 15:20:25 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-01-09 15:20:25 (GMT)
commitf548e878b06a70f67b13f47a5af5d6e9bba9a6a0 (patch)
tree99c2a391ecc728c8806d576fe246a1d50a292b65 /release_docs/RELEASE.txt
parent49479589d342324b564003738f2d259ae40b5aca (diff)
downloadhdf5-f548e878b06a70f67b13f47a5af5d6e9bba9a6a0.zip
hdf5-f548e878b06a70f67b13f47a5af5d6e9bba9a6a0.tar.gz
hdf5-f548e878b06a70f67b13f47a5af5d6e9bba9a6a0.tar.bz2
HDFFV-8745 merge from develop
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 38792cd..24b6196 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -493,6 +493,21 @@ Bug Fixes since HDF5-1.10.1 release
Tools
-----
+ - h5diff
+
+ h5diff seg faulted if comparing VL strings against fixed strings.
+
+ Reworked solution for HDFFV-8625 and HDFFV-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.