From 9e9f098dc7208b3d26b00b18ea76ee95cc1c11b7 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Tue, 9 Oct 2018 09:54:44 -0700 Subject: [PATCH] dist: Update NEWS with recent changes The last NEWS/VERSION update did not turn into an RC because of vader cleanups in progress, so these changes are just since that last update, rather than a known tag. Signed-off-by: Brian Barrett --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 0499349c918..6a577cd1507 100644 --- a/NEWS +++ b/NEWS @@ -39,6 +39,12 @@ it is possible for items to appear more than once in the list. 3.0.3 -- October, 2018 ---------------------- +- 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. +- TCP BTL error message fixes. +- OFI MTL now will use any provider other than shm, sockets, tcp, udp, or + rstream, rather than only supporting gni, psm, and psm2. - Disable async receive of CUDA buffers by default, fixing a hang on large transfers. - Support the BCM57XXX and BCM58XXX Broadcomm adapters.