Skip to content

Commit 66b599c

Browse files
author
Sean Hefty
committed
v1.18.2
Signed-off-by: Sean Hefty <[email protected]>
1 parent 14d6a87 commit 66b599c

File tree

5 files changed

+44
-3
lines changed

5 files changed

+44
-3
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ JoZie <[email protected]>
125125
126126
Juee Himalbhai Desai <[email protected]>
127127
Kaike Wan <[email protected]>
128+
Kajetan Świerk <[email protected]>
128129
Ken Raffenetti <[email protected]>
129130
Kevan rehm <[email protected]>
130131
Kevan Rehm <[email protected]>

NEWS.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,46 @@ 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.18.2, Fri Sep 1, 2023
10+
========================
11+
12+
## Core
13+
14+
- Check for CUDA devices with nvmlDeviceGetCount_v2() first
15+
- Try libnvidia-ml.so.1 if .so symlink missing
16+
- Fix ssize_t format specifiers
17+
18+
## EFA
19+
20+
- Remove rxr_rm_tx/rx_cq_check()
21+
- Report cntr completion for shm inject write
22+
23+
## SHM
24+
25+
- Change recv entry freestack into bufpool
26+
- Load DSA dependency dynamically
27+
28+
## TCP
29+
30+
- Fix missing iov truncation on saved message path
31+
- Add locking to trywait path for potential data race
32+
- Fix incorrect locking around MR operations
33+
34+
## UCX
35+
36+
- Updated ucx.exclude and Makefile.am
37+
38+
## Verbs
39+
40+
- Add additional checks to vrb_shutdown_qp_in_err
41+
- Prevent duplicate FI_SHUTDOWN events
42+
- Fix memory leak when creating EQ with unsupported wait object
43+
44+
## Fabtests
45+
46+
- Extend the test_unexpected_msg
47+
- Rename dmabuf-rdma tests to prefix with xe
48+
949
v1.18.1, Fri Jun 30, 2023
1050
=========================
1151

configure.ac

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

1010
AC_PREREQ([2.60])
11-
AC_INIT([libfabric], [1.18.2rc1], [[email protected]])
11+
AC_INIT([libfabric], [1.18.2], [[email protected]])
1212
AC_CONFIG_SRCDIR([src/fabric.c])
1313
AC_CONFIG_AUX_DIR(config)
1414
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.18.2rc1], [[email protected]])
8+
AC_INIT([fabtests], [1.18.2], [[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
@@ -174,7 +174,7 @@
174174
#define PACKAGE_TARNAME PACKAGE
175175

176176
/* Define to the version of this package. */
177-
#define PACKAGE_VERSION "1.18.2rc1"
177+
#define PACKAGE_VERSION "1.18.2"
178178

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

0 commit comments

Comments
 (0)