Skip to content

Commit

Permalink
v1.19.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jianxin Xiong <jianxin.xiong@intel.com>
  • Loading branch information
j-xiong committed Jan 20, 2024
1 parent 14db576 commit f85be90
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -75,6 +75,7 @@ Evgeny Leksikov <evgeny.leksikov@intel.com>
Ezra Kissel <ezkissel@indiana.edu>
Firas Jahjah <firasj@amazon.com>
Frank Zago <fzago@cray.com>
Franz Pöschel <franz.poeschel@gmail.com>
fullerdj <fullerdj@users.noreply.github.com>
Gal Pressman <galpress@amazon.com>
Gengbin Zheng <gengbin.zheng@intel.com>
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Expand Up @@ -66,12 +66,17 @@ v1.19.1, Mon Jan 22, 2024
- Add writedata RNR fabtest
- Correct typo in RMA context type

## NetDir

- Add missing unlock in error path of nd_send_ack()

## RXM

- Fix data error with FI_OFI_RXM_USE_RNDV_WRITE=1

## SHM

- Fix coverity issue about resource leak
- Allocate peer device fds dynamically
- Add memory barrier before updating resp for atomic
- Use peer cntr inc ops in smr_progress_cmd
Expand All @@ -89,6 +94,8 @@ v1.19.1, Mon Jan 22, 2024

## Util

- Fix coverity issue about missing lock
- Implement timeout in util_wait_yield_run()
- memhooks: Fix a bug when calculating mprotect region

## Verbs
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
@@ -1,14 +1,14 @@
dnl
dnl Copyright (c) 2016 Cisco Systems, Inc. All rights reserved.
dnl Copyright (c) 2019-2021 Intel, Inc. All rights reserved.
dnl Copyright (c) 2019-2024 Intel, Inc. All rights reserved.
dnl Copyright (c) 2019-2020 Amazon.com, Inc. or its affiliates. All rights reserved.
dnl (C) Copyright 2020 Hewlett Packard Enterprise Development LP
dnl Copyright (c) 2022 DataDirect Networks, Inc. All rights reserved.
dnl
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ([2.60])
AC_INIT([libfabric], [1.19.1rc1], [ofiwg@lists.openfabrics.org])
AC_INIT([libfabric], [1.19.1], [ofiwg@lists.openfabrics.org])
AC_CONFIG_SRCDIR([src/fabric.c])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
Expand Down
4 changes: 2 additions & 2 deletions fabtests/configure.ac
@@ -1,11 +1,11 @@
dnl
dnl Copyright (c) 2016-2017 Cisco Systems, Inc. All rights reserved.
dnl Copyright (c) 2018-2021 Intel Corporation, Inc. All rights reserved.
dnl Copyright (c) 2018-2024 Intel Corporation, Inc. All rights reserved.
dnl
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.57)
AC_INIT([fabtests], [1.19.1rc1], [ofiwg@lists.openfabrics.org])
AC_INIT([fabtests], [1.19.1], [ofiwg@lists.openfabrics.org])
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
Expand Up @@ -165,7 +165,7 @@
#define PACKAGE_TARNAME PACKAGE

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

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

0 comments on commit f85be90

Please sign in to comment.