From ec571b35a216ff380d7c2496df30714c92fe70aa Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Mon, 30 Sep 2019 03:13:47 -0700 Subject: [PATCH] v1.8.1 Signed-off-by: Sean Hefty --- NEWS.md | 7 ++++--- configure.ac | 2 +- fabtests/configure.ac | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index 1c3d57cf0d6..350f059f316 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,11 +5,14 @@ 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.8.1, Fri Sep 27, 2019 +v1.8.1, Mon Sep 30, 2019 ======================== ## Core +- Limit default size of memory registration cache +- Verify that correct entry is removed from MR cache + ## EFA - Fixes to fi_cancel() when used with multi-recv buffers @@ -42,8 +45,6 @@ v1.8.1, Fri Sep 27, 2019 - Add correct reporting of FI_MR_BASIC - Add correct reporting and proper support of FI_DIRECTED_RECV -## TCP - ## Verbs - Allow zero length memory registrations diff --git a/configure.ac b/configure.ac index 6a7b92d8faa..07364032dd1 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.60]) -AC_INIT([libfabric], [1.8.1rc2], [ofiwg@lists.openfabrics.org]) +AC_INIT([libfabric], [1.8.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 7cae9dff485..27079627838 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.8.1rc2], [ofiwg@lists.openfabrics.org]) +AC_INIT([fabtests], [1.8.1], [ofiwg@lists.openfabrics.org]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) AC_CONFIG_HEADERS(config.h)