Skip to content

Commit

Permalink
v1.14.1
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
  • Loading branch information
shefty committed Apr 15, 2022
1 parent 57d4c76 commit e800ff2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ Sung-Eun Choi <sungeun@cray.com>
Sylvain Didelot <didelot.sylvain@gmail.com>
Sylvain Didelot <sdidelot@ddn.com>
Thananon Patinyasakdikul <apatinya@cisco.com>
Theofilos Manitaras <manitaras@cscs.ch>
Thibault BREZILLON <thibault.brezillon@techsat.com>
Thomas Smith <thomasm2@cisco.com>
Todd Rimmer <todd.rimmer@intel.com>
Expand Down
9 changes: 7 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ bug fixes (and other actions) for each version of Libfabric since
version 1.0. New major releases include all fixes from minor
releases with earlier release dates.

v1.14.1, Fri Apr 1, 2022
========================
v1.14.1, Fri Apr 15, 2022
=========================

## Core

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

## EFA

- Use non-shared buffer pool allocations to use MADV_DONTFORK safely
- Handle read completion properly for multi_recv
- Use shm's inject write when possible
- Support 0 byte read

## RxD

- Verify valid atomic size
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ([2.60])
AC_INIT([libfabric], [1.14.1rc2], [ofiwg@lists.openfabrics.org])
AC_INIT([libfabric], [1.14.1], [ofiwg@lists.openfabrics.org])
AC_CONFIG_SRCDIR([src/fabric.c])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
Expand Down
2 changes: 1 addition & 1 deletion fabtests/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.57)
AC_INIT([fabtests], [1.14.1rc2], [ofiwg@lists.openfabrics.org])
AC_INIT([fabtests], [1.14.1], [ofiwg@lists.openfabrics.org])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
AC_CONFIG_HEADERS(config.h)
Expand Down
2 changes: 1 addition & 1 deletion include/windows/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
#define PACKAGE_TARNAME PACKAGE

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.14.1rc2"
#define PACKAGE_VERSION "1.14.1"

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

0 comments on commit e800ff2

Please sign in to comment.