Skip to content

Commit 5a13558

Browse files
committed
v2.4.0
Signed-off-by: Jianxin Xiong <[email protected]>
1 parent a944afd commit 5a13558

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ v2.4.0, Mon December 15, 2025
108108

109109
## OPX ##
110110

111-
- Don't fail the configure on error unless OPX was explicitly enabled
111+
- Don't fail configure when OPX unhappy
112112
- Add note to FI_OPX_SDMA_MIN_PAYLOAD_BYTES doc
113113
- Simplify uapi configuration
114114
- Unionize 9B and 16B packet SCB models in endpoint structs.
@@ -147,6 +147,7 @@ v2.4.0, Mon December 15, 2025
147147

148148
## PSM3 ##
149149

150+
- Fix incorrect cq data forming during cq event creation
150151
- Fix integer overflow in psm3_ips_scbctrl_init()
151152

152153
## RXD ##
@@ -164,6 +165,7 @@ v2.4.0, Mon December 15, 2025
164165

165166
## TCP ##
166167

168+
- Move keepalive to connect done
167169
- Add missing FI_RMA flag to writedata target completions
168170

169171
## UCX ##

configure.ac

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

1212
AC_PREREQ([2.60])
13-
AC_INIT([libfabric], [2.4.0rc2], [[email protected]])
13+
AC_INIT([libfabric], [2.4.0], [[email protected]])
1414
AC_CONFIG_SRCDIR([src/fabric.c])
1515
AC_CONFIG_AUX_DIR(config)
1616
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.4.0rc2], [[email protected]])
8+
AC_INIT([fabtests], [2.4.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
@@ -262,7 +262,7 @@
262262
#define PACKAGE_TARNAME PACKAGE
263263

264264
/* Define to the version of this package. */
265-
#define PACKAGE_VERSION "2.4.0rc2"
265+
#define PACKAGE_VERSION "2.4.0"
266266

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

0 commit comments

Comments
 (0)