Skip to content

Commit

Permalink
v1.11.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
  • Loading branch information
shefty committed Oct 9, 2020
1 parent 2833076 commit 6c51de3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Ana Guerrero López <ana@ekaia.org>
Anatoliy Rozanov <anatoliy.rozanov@intel.com>
Andrew Friedley <andrew.friedley@intel.com>
Andrey Lobanov <andrey.lobanov@intel.com>
Anthony Zinger <anthony.zinger@hpe.com>
Ao Li <aolia@amazon.com>
Arun C Ilango <arun.ilango@intel.com>
arun ilango <a-ilango@users.noreply.github.com>
Expand Down Expand Up @@ -118,6 +119,8 @@ Oblomov, Sergey <hoopoepg@gmail.com>
Oblomov, Sergey <sergey.oblomov@intel.com>
OFIWG Bot <ofiwg@lists.openfabrics.org>
Paolo Inaudi <p91paul@gmail.com>
patrickbueb <70724661+patrickbueb@users.noreply.github.com>
Patrick Bueb <patrick.bueb@hpe.com>
Patrick MacArthur <pmacarth@iol.unh.edu>
Patrick McCormick <patrick.m.mccormick@intel.com>
Paul Coffman <pcoffman@anl.gov>
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ v1.11.1, Fri Oct 9, 2021
- Do not overwrite a packet's associated MR when copying packets
- Pass in correct packet when determining the header size
- Do not release rx_entry in EAGAIN case
- Disable MR cache if fork support is requested
- Turn off MR cache if user supports FI_MR_LOCAL
- Add FI_REMOTE_READ to shm registrations
- Remove use_cnt assert closing domain to allow driver cleanup
- Fix off by 1 returned AV address when using AV map
- Ensure setting FI_HMEM capability is backwards compatible

## RxD

Expand All @@ -53,6 +59,7 @@ v1.11.1, Fri Oct 9, 2021
- Fix initialization synchronization
- Ensure progress is invoked for mid-sized message transfers
- Always use CMA when sending data to self
- Fix hang using SAR protocol

## Sockets

Expand All @@ -72,6 +79,7 @@ v1.11.1, Fri Oct 9, 2021
- Fix shmat intercept hook handling
- Fix error handling obtaining page sizes
- Fix incorrect locking in MR cache
- Fix memory leak in rbtree cleanup

## Verbs

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

AC_PREREQ([2.60])
AC_INIT([libfabric], [1.11.1rc1], [ofiwg@lists.openfabrics.org])
AC_INIT([libfabric], [1.11.1], [ofiwg@lists.openfabrics.org])
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], [1.11.1rc1], [ofiwg@lists.openfabrics.org])
AC_INIT([fabtests], [1.11.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
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
#define PACKAGE_TARNAME PACKAGE

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

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

0 comments on commit 6c51de3

Please sign in to comment.