summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2020-02-27 18:19:29 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2020-02-28 22:42:15 (GMT)
commit276c4fdbcc1baf0748a617f10eb8aaaec2154151 (patch)
treea4cee65da6c002768cb78eb1afa7323844eebb85 /release_docs
parent449a06e92fe64a214ad99280a02568cd045806f8 (diff)
downloadhdf5-276c4fdbcc1baf0748a617f10eb8aaaec2154151.zip
hdf5-276c4fdbcc1baf0748a617f10eb8aaaec2154151.tar.gz
hdf5-276c4fdbcc1baf0748a617f10eb8aaaec2154151.tar.bz2
Fixed configure issue when building HDF5 with NAG Fortran 7.0.
HDF5 now accounts for the addition of half-precision floating-point in NAG 7.0 with a KIND=16.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index d8b4eca..2c70751 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -410,6 +410,13 @@ Bug Fixes since HDF5-1.10.5 release
(MSB - 2020/2/18, HDFFV-11029)
+ - Fixed configure issue when building HDF5 with NAG Fortran 7.0.
+
+ HDF5 now accounts for the addition of half-precision floating-point
+ in NAG 7.0 with a KIND=16.
+
+ (MSB - 2020/02/28, HDFFV-11033)
+
Tools
-----
- h5repack was fixed to repack the reference attributes properly.