summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2016-10-31 22:17:18 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2016-10-31 22:17:18 (GMT)
commit8a8ab9f28f1f7883afc03aee5979e7688245b0e0 (patch)
tree5b23edb6abf56b19edaf4e3768352d5e50f7285d
parent7fef0a516651c2134b2b29867e22747d9342c91d (diff)
parent0f1a8b7bf107a919fd2c89f75553c22b7a519cdb (diff)
downloadhdf5-8a8ab9f28f1f7883afc03aee5979e7688245b0e0.zip
hdf5-8a8ab9f28f1f7883afc03aee5979e7688245b0e0.tar.gz
hdf5-8a8ab9f28f1f7883afc03aee5979e7688245b0e0.tar.bz2
Merge pull request #115 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_8_18 to hdf5_1_8_18
* commit '0f1a8b7bf107a919fd2c89f75553c22b7a519cdb': Update the Fortran Fixes Section Update the Fortran Fixes Section Update the Fortran Fixes Section
-rw-r--r--release_docs/RELEASE.txt18
1 files changed, 17 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 0fc62f0..1b59086 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