diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2016-10-31 22:16:42 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2016-10-31 22:16:42 (GMT) |
commit | 0f1a8b7bf107a919fd2c89f75553c22b7a519cdb (patch) | |
tree | 5b23edb6abf56b19edaf4e3768352d5e50f7285d | |
parent | 2cef70fabc08f42ee7e8432c5f1b275e5f00751b (diff) | |
download | hdf5-0f1a8b7bf107a919fd2c89f75553c22b7a519cdb.zip hdf5-0f1a8b7bf107a919fd2c89f75553c22b7a519cdb.tar.gz hdf5-0f1a8b7bf107a919fd2c89f75553c22b7a519cdb.tar.bz2 |
Update the Fortran Fixes Section
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index a3eef8b..1b59086 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -152,9 +152,9 @@ Bug Fixes since HDF5-1.8.17 * 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 (MSB, 2016/8/16) + * 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/8/16) + uses C_SIZEOF or SIZEOF. (MSB, 2016/9/22, HDFFV-9973) |