summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-02-28 20:13:04 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-02-28 20:13:04 (GMT)
commitec6162f7bbd77b411bbefe66f5cc6a06e6094e0f (patch)
tree7c1235a27f1a4a706ffbdbb211107f83458780a7
parent8d1820390daf35e746dade711c8c62ab4bcda8f8 (diff)
downloadhdf5-ec6162f7bbd77b411bbefe66f5cc6a06e6094e0f.zip
hdf5-ec6162f7bbd77b411bbefe66f5cc6a06e6094e0f.tar.gz
hdf5-ec6162f7bbd77b411bbefe66f5cc6a06e6094e0f.tar.bz2
One more change to RELEASE.txt.
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 1 insertions, 9 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index a54f7d4..1c2bc00 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -73,15 +73,7 @@ Bug Fixes since HDF5-1.12.0 release
Tools:
------
- - 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/10, HDFFV-11014)
+
Fortran API
-----------