From 0d4dd235dbc466c7545e2b7b8856432b8a3b91a7 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Mon, 8 Apr 2019 01:45:13 -0700 Subject: [PATCH] v1.7.1 Signed-off-by: Sean Hefty --- NEWS.md | 9 +++++++-- configure.ac | 2 +- fabtests/configure.ac | 2 +- include/windows/config.h | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index 06cfd3b75eb..009197d2f08 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,11 +5,12 @@ This file contains the main features as well as overviews of specific bug fixes (and other actions) for each version of Libfabric since version 1.0. -v1.7.1, Fri Mar 29, 2019 +v1.7.1, Mon Apr 8, 2019 ======================== ## Core +- Support layered provider names with FI_PROVIDER filter - Minor cleanups to man pages - Add missing header for FreeBSD support - Fix built-in atomic tests @@ -50,6 +51,8 @@ v1.7.1, Fri Mar 29, 2019 ## RxM +- Avoid unnecessary fi_getinfo calls to avoid possible failures +- Discard Rx buffers for closed EPs to avoid segfaults - Repost receive buffers to avoid possible fabric deadlock - Fix crash accessing invalid Tx CQ - Use correct flags for *msg APIs @@ -89,9 +92,11 @@ v1.7.1, Fri Mar 29, 2019 ## Verbs +- Cleanup from use of memory registration cache +- Do not update minimum RNR timer for XRC initiator QPs - Fix possible CQ overrun issues with hfi1 and qib devices - Fix synchronization issue accessing MR cache from multiple threads -- Fix double free in XRC accept path +- Fix double free in XRC accept path - Add missing include file - Make fi_getinfo call thread safe - Fix CQ busy issue in MPI finalize when using XRC diff --git a/configure.ac b/configure.ac index 0194f443587..112cc655234 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.60]) -AC_INIT([libfabric], [1.7.1rc2], [ofiwg@lists.openfabrics.org]) +AC_INIT([libfabric], [1.7.1], [ofiwg@lists.openfabrics.org]) AC_CONFIG_SRCDIR([src/fabric.c]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) diff --git a/fabtests/configure.ac b/fabtests/configure.ac index b96b7247e9d..08b52a6a58d 100644 --- a/fabtests/configure.ac +++ b/fabtests/configure.ac @@ -5,7 +5,7 @@ dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([fabtests], [1.7.1rc1], [ofiwg@lists.openfabrics.org]) +AC_INIT([fabtests], [1.7.1], [ofiwg@lists.openfabrics.org]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) AC_CONFIG_HEADERS(config.h) diff --git a/include/windows/config.h b/include/windows/config.h index c851555103d..e9dab371e2e 100644 --- a/include/windows/config.h +++ b/include/windows/config.h @@ -171,7 +171,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.7.0" +#define PACKAGE_VERSION "1.7.1" /* Define to 1 if pthread_spin_init is available. */ /* #undef PT_LOCK_SPIN */