Skip to content

Commit cf17380

Browse files
committed
v2.1.0
Signed-off-by: Jianxin Xiong <[email protected]>
1 parent b4194fd commit cf17380

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ Frank Zago <[email protected]>
9797
Franz Pöschel <[email protected]>
9898
9999
Gal Pressman <[email protected]>
100+
Garrett Weil <[email protected]>
100101
Gengbin Zheng <[email protected]>
101102
germanafro <[email protected]>
102103
Gilles Gouaillardet <[email protected]>
@@ -309,6 +310,7 @@ wey <[email protected]>
309310
William Zhang <[email protected]>
310311
Xuezhao Liu <[email protected]>
311312
Xuyang Wang <[email protected]>
313+
Yaakov Selkowitz <[email protected]>
312314
313315
Yohann Burette <[email protected]>
314316
Yonatan Goldhirsh <[email protected]>

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ v2.1.0, Sat Mar 15, 2025
2020

2121
## CXI
2222

23+
- Fix ss_plugin_auth_key_priority test
2324
- Bump internal CXI version to support 2.1
2425
- Fix possible cq_open segfault
2526
- Fix peer CQ support
@@ -115,6 +116,10 @@ v2.1.0, Sat Mar 15, 2025
115116

116117
## OPX
117118

119+
- Adding changes to resolve Coverity Scan Defects
120+
- Link bounce fixes
121+
- SDMA error handling fix
122+
- Fix build with GCC 15
118123
- Move CUDA sync attribute setting to mr registration
119124
- Add HMEM handle for GDRCopy in GET/PUT
120125
- Add newline to trace entry
@@ -200,6 +205,7 @@ v2.1.0, Sat Mar 15, 2025
200205

201206
## Fabtests
202207

208+
- efa: Bind eq to ep in remote exits early test
203209
- Fix some test function prototypes
204210
- efa: Add remote exit early test with post recv
205211
- Do not require FI_TAGGED for fi_av_xfer test

configure.ac

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

1111
AC_PREREQ([2.60])
12-
AC_INIT([libfabric], [2.1.0rc2], [[email protected]])
12+
AC_INIT([libfabric], [2.1.0], [[email protected]])
1313
AC_CONFIG_SRCDIR([src/fabric.c])
1414
AC_CONFIG_AUX_DIR(config)
1515
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], [2.1.0rc2], [[email protected]])
8+
AC_INIT([fabtests], [2.1.0], [[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
@@ -256,7 +256,7 @@
256256
#define PACKAGE_TARNAME PACKAGE
257257

258258
/* Define to the version of this package. */
259-
#define PACKAGE_VERSION "2.1.0rc2"
259+
#define PACKAGE_VERSION "2.1.0"
260260

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

0 commit comments

Comments
 (0)