From 9075905f0f29e3f3d7e94bdc3973501d23aecd02 Mon Sep 17 00:00:00 2001 From: Jianxin Xiong Date: Sat, 7 Dec 2024 10:29:59 -0800 Subject: [PATCH] v2.0.0rc2 Signed-off-by: Jianxin Xiong --- NEWS.md | 13 ++++++++++--- configure.ac | 2 +- fabtests/configure.ac | 2 +- include/windows/config.h | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/NEWS.md b/NEWS.md index 29ee5e2db1b..241e23e9def 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 @@ -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 @@ -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 diff --git a/configure.ac b/configure.ac index c024d2d222b..ccdc3a57dd9 100644 --- a/configure.ac +++ b/configure.ac @@ -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], [ofiwg@lists.openfabrics.org]) +AC_INIT([libfabric], [2.0.0rc2], [ofiwg@lists.openfabrics.org]) AC_CONFIG_SRCDIR([src/fabric.c]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) diff --git a/fabtests/configure.ac b/fabtests/configure.ac index 9c864c1dd10..92e8d0c27e6 100644 --- a/fabtests/configure.ac +++ b/fabtests/configure.ac @@ -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], [ofiwg@lists.openfabrics.org]) +AC_INIT([fabtests], [2.0.0rc2], [ofiwg@lists.openfabrics.org]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) AC_CONFIG_HEADERS(config.h) diff --git a/include/windows/config.h b/include/windows/config.h index 3fbef1b09a4..c1a50140a11 100644 --- a/include/windows/config.h +++ b/include/windows/config.h @@ -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