Skip to content

Commit

Permalink
v2.0.0rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Jianxin Xiong <[email protected]>
  • Loading branch information
j-xiong committed Dec 7, 2024
1 parent 6665a78 commit 9075905
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
13 changes: 10 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ v2.0.0, Fri Dec 13, 2024

## Core

- Makefile.am: Keep using libfabric.so.1 as the soname
- xpmem: Cleanup xpmem before monitors
- Remove redundant windows.h
- hmem/cuda: Add env variable to enable/disable CUDA DMABUF
Expand Down Expand Up @@ -61,16 +62,17 @@ v2.0.0, Fri Dec 13, 2024

## Hook

Fix the preprocessor
- Fix the preprocessor

## LNX

- Fix av strncpy
- Fix various issues with initial commit
- Initialize flags to 0
- Convert peer table to use buffer pools
- Fix av strncpy
- Fix various issues with initial commit

## RXM

- Replace rxm managed srx with util srx, support FI_PEER
- Add rxm support for using a peer CQs and counters
- Add FI_AV_USER_ID support
Expand All @@ -84,6 +86,11 @@ Fix the preprocessor

- Fixed coverity issue for unchecked return value.

## UCX

- Fix segfault in ucx_send_callback
- Fix incorrect return value checking for fi_param_get()

## Util

- Set srx completion flags and msg_len properly
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ([2.60])
AC_INIT([libfabric], [2.0.0rc1], [[email protected]])
AC_INIT([libfabric], [2.0.0rc2], [[email protected]])
AC_CONFIG_SRCDIR([src/fabric.c])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
Expand Down
2 changes: 1 addition & 1 deletion fabtests/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.57)
AC_INIT([fabtests], [2.0.0rc1], [[email protected]])
AC_INIT([fabtests], [2.0.0rc2], [[email protected]])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
AC_CONFIG_HEADERS(config.h)
Expand Down
2 changes: 1 addition & 1 deletion include/windows/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
#define PACKAGE_TARNAME PACKAGE

/* Define to the version of this package. */
#define PACKAGE_VERSION "2.0.0rc1"
#define PACKAGE_VERSION "2.0.0rc2"

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

0 comments on commit 9075905

Please sign in to comment.