summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorMuqun Yang <myang6@hdfgroup.org>2020-02-06 17:46:02 (GMT)
committerMuqun Yang <myang6@hdfgroup.org>2020-02-06 17:46:02 (GMT)
commitb77643a06e2702153f0a8691a68b600333f9ded4 (patch)
tree15548d08f41e403889d7c7010e896456eb30ed83 /release_docs
parent2d5fa49adcfb405db6b5afb8eb4bad048fa6d2eb (diff)
downloadhdf5-b77643a06e2702153f0a8691a68b600333f9ded4.zip
hdf5-b77643a06e2702153f0a8691a68b600333f9ded4.tar.gz
hdf5-b77643a06e2702153f0a8691a68b600333f9ded4.tar.bz2
HDFFV-11014, add the fix to the release.txt.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index f535cd1..e73b07f 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -317,6 +317,17 @@ Bug Fixes since HDF5-1.8.21
(JS - 2019/09/25, HDFFV-10408)
(ADB - 2019/10/02, HDFFV-10918)
+ - h5repack was fixed to repack the reference attributes properly.
+ The code line that checks if the update of reference inside a compound
+ datatype is misplaced outside the code block loop that carries out the
+ check. In consequence, the next attribute that is not the reference
+ type was repacked again as the reference type and caused the failure of
+ repacking. The fix is to move the corresponding code line to the correct
+ code block.
+
+
+ (KY -2020/02/05, HDFFV-11014)
+
Fortran API
-----------