summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-09-18 20:02:04 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-09-18 20:02:04 (GMT)
commitfb05ff4c4a392d38a45e79fe461bc690dea6f325 (patch)
treee5052cb7b1428f2cdccef587e82a94dc9eb3a0c8 /release_docs
parent2ca63e3890ebdaee7dc835e5d995ff03a182940f (diff)
parent71c80267ba0db1c1b439d39e4bd7c27b82510c92 (diff)
downloadhdf5-fb05ff4c4a392d38a45e79fe461bc690dea6f325.zip
hdf5-fb05ff4c4a392d38a45e79fe461bc690dea6f325.tar.gz
hdf5-fb05ff4c4a392d38a45e79fe461bc690dea6f325.tar.bz2
Merge pull request #1928 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:1_10_minor_pr to hdf5_1_10
* commit '71c80267ba0db1c1b439d39e4bd7c27b82510c92': Added MPICH_SKIP_MPICXX and OMPI_SKIP_CXX to H5public.h to avoid inadvertant linking to the deprecated MPI C++ wrappers. Fixes HDFFV-10893.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 27417da..6749a3a 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -274,6 +274,17 @@ Bug Fixes since HDF5-1.10.5 release
(DER - 2019/08/27, HDFFV-10892)
+ - Inappropriate linking with deprecated MPI C++ libraries
+
+ HDF5 does not define *_SKIP_MPICXX in the public headers, so applications
+ can inadvertently wind up linking to the deprecated MPI C++ wrappers.
+
+ MPICH_SKIP_MPICXX and OMPI_SKIP_MPICXX have both been defined in H5public.h
+ so this should no longer be an issue. HDF5 makes no use of the deprecated
+ MPI C++ wrappers.
+
+ (DER - 2019/09/17, HDFFV-10893)
+
Java Library:
----------------