summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-09-19 13:48:02 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-09-19 13:48:02 (GMT)
commit1d147ef21f7e690ba89176029eadafc380a15408 (patch)
tree590f2f077dc3a45a4d9401d1f3a2cce46f2eeef0 /release_docs
parentefaf7dea67a8c861123952c37e5cf6ac210116e9 (diff)
parentfb05ff4c4a392d38a45e79fe461bc690dea6f325 (diff)
downloadhdf5-1d147ef21f7e690ba89176029eadafc380a15408.zip
hdf5-1d147ef21f7e690ba89176029eadafc380a15408.tar.gz
hdf5-1d147ef21f7e690ba89176029eadafc380a15408.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)
* commit 'fb05ff4c4a392d38a45e79fe461bc690dea6f325': 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 f5d99ab..1832788 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -297,6 +297,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:
----------------