Skip to content

Commit ec571b3

Browse files
author
Sean Hefty
committed
v1.8.1
Signed-off-by: Sean Hefty <[email protected]>
1 parent ca566ec commit ec571b3

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

NEWS.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ This file contains the main features as well as overviews of specific
55
bug fixes (and other actions) for each version of Libfabric since
66
version 1.0.
77

8-
v1.8.1, Fri Sep 27, 2019
8+
v1.8.1, Mon Sep 30, 2019
99
========================
1010

1111
## Core
1212

13+
- Limit default size of memory registration cache
14+
- Verify that correct entry is removed from MR cache
15+
1316
## EFA
1417

1518
- Fixes to fi_cancel() when used with multi-recv buffers
@@ -42,8 +45,6 @@ v1.8.1, Fri Sep 27, 2019
4245
- Add correct reporting of FI_MR_BASIC
4346
- Add correct reporting and proper support of FI_DIRECTED_RECV
4447

45-
## TCP
46-
4748
## Verbs
4849

4950
- Allow zero length memory registrations

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dnl
66
dnl Process this file with autoconf to produce a configure script.
77

88
AC_PREREQ([2.60])
9-
AC_INIT([libfabric], [1.8.1rc2], [[email protected]])
9+
AC_INIT([libfabric], [1.8.1], [[email protected]])
1010
AC_CONFIG_SRCDIR([src/fabric.c])
1111
AC_CONFIG_AUX_DIR(config)
1212
AC_CONFIG_MACRO_DIR(config)

fabtests/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dnl
55
dnl Process this file with autoconf to produce a configure script.
66

77
AC_PREREQ(2.57)
8-
AC_INIT([fabtests], [1.8.1rc2], [[email protected]])
8+
AC_INIT([fabtests], [1.8.1], [[email protected]])
99
AC_CONFIG_AUX_DIR(config)
1010
AC_CONFIG_MACRO_DIR(config)
1111
AC_CONFIG_HEADERS(config.h)

0 commit comments

Comments
 (0)