summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2016-10-31 22:15:13 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2016-10-31 22:15:13 (GMT)
commit2cef70fabc08f42ee7e8432c5f1b275e5f00751b (patch)
treeac6e8f1a1aa4d8601740828f5024d6a01bdee809
parentfd4d472fe93da8e95bacb0c74877a9370bdc55cf (diff)
downloadhdf5-2cef70fabc08f42ee7e8432c5f1b275e5f00751b.zip
hdf5-2cef70fabc08f42ee7e8432c5f1b275e5f00751b.tar.gz
hdf5-2cef70fabc08f42ee7e8432c5f1b275e5f00751b.tar.bz2
Update the Fortran Fixes Section
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index ed8b982..a3eef8b 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -152,6 +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)
+ * Changed to using STORAGE_SIZE in the test programs if available. Otherwise,
+ uses C_SIZEOF or SIZEOF. (MSB, 2016/8/16)
(MSB, 2016/9/22, HDFFV-9973)
@@ -162,11 +165,6 @@ Bug Fixes since HDF5-1.8.17
(MSB, 2016/9/22, HDFFV-9980)
- - Removed the use of C_SIZEOF in the test programs (MSB, 2016/8/16)
-
- - Changed to using STORAGE_SIZE in the test programs if available. Otherwise
- uses C_SIZEOF or SIZEOF. (MSB, 2016/8/16)
-
C++ API
-------