Skip to content

Commit e800ff2

Browse files
author
Sean Hefty
committed
v1.14.1
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
1 parent 57d4c76 commit e800ff2

5 files changed

Lines changed: 11 additions & 5 deletions

File tree

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ Sung-Eun Choi <sungeun@cray.com>
181181
Sylvain Didelot <didelot.sylvain@gmail.com>
182182
Sylvain Didelot <sdidelot@ddn.com>
183183
Thananon Patinyasakdikul <apatinya@cisco.com>
184+
Theofilos Manitaras <manitaras@cscs.ch>
184185
Thibault BREZILLON <thibault.brezillon@techsat.com>
185186
Thomas Smith <thomasm2@cisco.com>
186187
Todd Rimmer <todd.rimmer@intel.com>

NEWS.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ bug fixes (and other actions) for each version of Libfabric since
66
version 1.0. New major releases include all fixes from minor
77
releases with earlier release dates.
88

9-
v1.14.1, Fri Apr 1, 2022
10-
========================
9+
v1.14.1, Fri Apr 15, 2022
10+
=========================
1111

1212
## Core
1313

@@ -18,6 +18,11 @@ v1.14.1, Fri Apr 1, 2022
1818

1919
## EFA
2020

21+
- Use non-shared buffer pool allocations to use MADV_DONTFORK safely
22+
- Handle read completion properly for multi_recv
23+
- Use shm's inject write when possible
24+
- Support 0 byte read
25+
2126
## RxD
2227

2328
- Verify valid atomic size

configure.ac

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

99
AC_PREREQ([2.60])
10-
AC_INIT([libfabric], [1.14.1rc2], [ofiwg@lists.openfabrics.org])
10+
AC_INIT([libfabric], [1.14.1], [ofiwg@lists.openfabrics.org])
1111
AC_CONFIG_SRCDIR([src/fabric.c])
1212
AC_CONFIG_AUX_DIR(config)
1313
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.14.1rc2], [ofiwg@lists.openfabrics.org])
8+
AC_INIT([fabtests], [1.14.1], [ofiwg@lists.openfabrics.org])
99
AC_CONFIG_AUX_DIR(config)
1010
AC_CONFIG_MACRO_DIR(config)
1111
AC_CONFIG_HEADERS(config.h)

include/windows/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
#define PACKAGE_TARNAME PACKAGE
166166

167167
/* Define to the version of this package. */
168-
#define PACKAGE_VERSION "1.14.1rc2"
168+
#define PACKAGE_VERSION "1.14.1"
169169

170170
/* Define to the full name and version of this package. */
171171
#define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION

0 commit comments

Comments
 (0)