Skip to content

Commit 0c28dc5

Browse files
author
Sean Hefty
committed
v1.11.2
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
1 parent 0e82587 commit 0c28dc5

4 files changed

Lines changed: 36 additions & 4 deletions

File tree

NEWS.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,49 @@ 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.11.2, Wed Dec 16, 2020
8+
v1.11.2, Tue Dec 15, 2020
99
=========================
1010

1111
## Core
12+
13+
- Handle data transfers > 4GB on OS X over tcp sockets
14+
- Fixed spelling and syntax in man pages
15+
- Fix pmem instruction checks
16+
1217
## EFA
18+
19+
- Use memory registration for emulated read protocol
20+
- Update send paths to use app memory descriptor if available
21+
- Remove unneeded check for local memory registration
22+
- Do not install fork handler if EFA is not used
23+
- Fix medium message RTM protocol
24+
- Fix memory registration leak in error path
25+
- Fix posting of REQ packets when using shm provider
26+
1327
## RxM
28+
29+
- Fix provider initialization when built as a dynamic library
30+
1431
## SHM
32+
33+
- Reverts SAR buffer locking patch
34+
- Include correct header file for process_vm_readv/writev syscalls
35+
- Skip atomic fetch processing for non-fetch operations
36+
1537
## TCP
38+
39+
- Fix swapping of address and CQ data in RMA inject path
40+
1641
## Util
42+
43+
- Fix error code returned for invalid AV flags
44+
- Fix a bug finding the end of a page when the address is aligned
45+
1746
## Verbs
1847

48+
- Fix build warning in XRC CM log messages
49+
- Fix build warnings in debug macros
50+
1951
v1.11.1, Fri Oct 9, 2020
2052
========================
2153

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.11.2rc1], [ofiwg@lists.openfabrics.org])
10+
AC_INIT([libfabric], [1.11.2], [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.11.2rc1], [ofiwg@lists.openfabrics.org])
8+
AC_INIT([fabtests], [1.11.2], [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.11.2rc1"
168+
#define PACKAGE_VERSION "1.11.2"
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)