From 12f91ebe59f34a00bd61e03c6de7863b158d40be Mon Sep 17 00:00:00 2001 From: James Dinan Date: Wed, 13 Feb 2019 09:30:25 -0500 Subject: [PATCH] SOS v1.4.3 release updates Signed-off-by: James Dinan --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c1c7d92f9..29cf97dc6 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ Sandia OpenSHMEM NEWS -- history of user-visible changes. +v1.4.3 +------ +- Added NBI atomics support to performance suite benchmarks. +- Fixed shmem_ctx_t type compatibility with C++ and older C compilers. + v1.4.3rc1 --------- - Added proposed OpenSHMEM put-with-signal routines to shmemx interaces. diff --git a/configure.ac b/configure.ac index 1978b5f70..648201808 100755 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ dnl Init Autoconf/Automake/Libtool -AC_INIT([Sandia OpenSHMEM], [1.4.3rc1], [https://github.com/Sandia-OpenSHMEM/SOS/issues], [sandia-openshmem], [https://github.com/Sandia-OpenSHMEM/SOS]) +AC_INIT([Sandia OpenSHMEM], [1.4.3], [https://github.com/Sandia-OpenSHMEM/SOS/issues], [sandia-openshmem], [https://github.com/Sandia-OpenSHMEM/SOS]) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_MACRO_DIR([config])