Skip to content

Commit 9823d26

Browse files
committed
v1.13.1rc2
Signed-off-by: Jianxin Xiong <[email protected]>
1 parent e26d5dd commit 9823d26

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

NEWS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +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.13.1, Fri Aug 20, 2021
9+
10+
v1.13.1, Fri Aug 25, 2021
1011
=========================
1112

1213
## Core
@@ -18,6 +19,9 @@ v1.13.1, Fri Aug 20, 2021
1819

1920
## EFA
2021

22+
- Split ep->rx_entry_queued_list into two lists
23+
- Split ep->tx_entry_queued_list into two lists
24+
- Only set FI_HMEM hint for SHM getinfo when requested
2125
- Include qkey in smr name
2226
- Do not ignore send completion for a local read operation
2327
- Convert pkt_entry->state to pkt_entry->flags
@@ -67,6 +71,7 @@ v1.13.1, Fri Aug 20, 2021
6771

6872
## Util
6973

74+
- Do not override default monitor if already set
7075
- Do not set impmon.impfid to NULL on monitor init
7176
- Initialize the import monitor
7277
- Add memory monitor for ZE

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.13.1rc1], [[email protected]])
10+
AC_INIT([libfabric], [1.13.1rc2], [[email protected]])
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.13.1rc1], [[email protected]])
8+
AC_INIT([fabtests], [1.13.1rc2], [[email protected]])
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.13.1rc1"
168+
#define PACKAGE_VERSION "1.13.1rc2"
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)