From 2402229f99f145d1d7700c6cbb8da9a79a5312d1 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Mon, 22 Oct 2018 12:14:58 -0700 Subject: [PATCH] dist: Sync NEWS with recent commits Signed-off-by: Brian Barrett --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 6a577cd1507..1f03ef09127 100644 --- a/NEWS +++ b/NEWS @@ -39,6 +39,10 @@ it is possible for items to appear more than once in the list. 3.0.3 -- October, 2018 ---------------------- +- Fix race condition in MPI_THREAD_MULTIPLE support of non-blocking + send/receive path. +- Fix error handling SIGCHLD forwarding. +- Add support for CHARACTER and LOGICAL Fortran datatypes for MPI_SIZEOF. - Fix compile error when using OpenJDK 11 to compile the Java bindings. - Fix crash when using a hostfile with a 'user@host' line. - Numerous Fortran '08 interface fixes.