diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2016-05-16 12:44:52 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2016-05-16 12:44:52 (GMT) |
commit | d55fac05b7d33ba1e02908e810ad6ec9c9c6c37f (patch) | |
tree | b253e8b9fbefab45ce9bc1d2bc658fba5c24dd5a | |
parent | 666a5c30d291063dd1812b4085057df635c199ec (diff) | |
download | hdf5-d55fac05b7d33ba1e02908e810ad6ec9c9c6c37f.zip hdf5-d55fac05b7d33ba1e02908e810ad6ec9c9c6c37f.tar.gz hdf5-d55fac05b7d33ba1e02908e810ad6ec9c9c6c37f.tar.bz2 |
[svn-r29937] added HDFFV-9912 info
-rw-r--r-- | release_docs/RELEASE.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 69a6598..3b3a5ef 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -352,6 +352,19 @@ Issues Addressed in this Release Since 1.10.0 Fixed. (ADB - 2016/04/21, HDFFV-9770) + - Configure fails to detect valid real KINDs on FreeBSD 9.3 (i386) with Fortran enabled. + + Fixed. Added the exponential option to SELECTED_REAL_KIND to distinguish + KINDs of same precision + + (MSB - 2016/05/14,HDFFV-9912) + + - Configure fails in sed command on FreeBSD 9.3 (i386) with Fortran enabled. + + Fixed. + + (MSB - 2016/05/14,HDFFV-9912) + Issues Addressed in this Release Since alpha1 |