From e1f7d88a66954f75e858fd01a3574b7a83690c4f Mon Sep 17 00:00:00 2001 From: James Dinan Date: Wed, 10 Feb 2016 12:52:18 -0500 Subject: [PATCH] Update to NEWS file for 1.3.0 Signed-off-by: James Dinan --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index a24327c1f..13e48a641 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,14 @@ Sandia OpenSHMEM NEWS -- history of user-visible changes. +1.3.0 +----- +- Support for OpenSHMEM 1.3 specification, including nonblocking communication, + fetch/set atomics, all-to-all collectives, C11 generic bindings, and addition + of const/volatile to C API. +- Improvements to error checking of OpenSHMEM calls and internal debugging + enabled through --enable-error-checking option. + 1.2.0 ----- - Support for OpenSHMEM 1.2 specification