diff options
author | lrknox <lrknox> | 2016-11-01 20:56:35 (GMT) |
---|---|---|
committer | lrknox <lrknox> | 2016-11-01 20:56:35 (GMT) |
commit | 0088cdfeb60bcceebfa63cd08bbde44aa3fccc73 (patch) | |
tree | af96159431b1efcec425add029073842b1d48261 | |
parent | 65dd5d4a9ff282c7bdab754784d38805f5bc49d6 (diff) | |
parent | 692a8a0183b7d593487af22a5ae5f99f249a4fbf (diff) | |
download | hdf5-0088cdfeb60bcceebfa63cd08bbde44aa3fccc73.zip hdf5-0088cdfeb60bcceebfa63cd08bbde44aa3fccc73.tar.gz hdf5-0088cdfeb60bcceebfa63cd08bbde44aa3fccc73.tar.bz2 |
Merge branch 'hdf5_1_8_18' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8_18
-rw-r--r-- | release_docs/RELEASE.txt | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 80fbb5f..a783fa9 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -147,7 +147,23 @@ Bug Fixes since HDF5-1.8.17 Fortran API ----------- - - None + - Fortran library fails to compile and fails tests with NAG compiler. + + * Removed the non-standard assumption that KIND=SIZEOF, in the HDF5 + configure programs. + * Removed Fortran 66 character/integer conversions from tests. + * Removed the use of C_SIZEOF in the test programs + * Changed to using STORAGE_SIZE in the test programs if available. Otherwise, + uses C_SIZEOF or SIZEOF. + + (MSB, 2016/9/22, HDFFV-9973) + + - Fortran segfaults for F03 tests with NAG compiler + + * Removed INTENT(OUT) from 'fillvalue' in F2003 interface + for H5Pget_fill_value_f. + + (MSB, 2016/9/22, HDFFV-9980) C++ API |