Skip to content

Commit

Permalink
v1.11.0rc2
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 Aug 3, 2020
1 parent 7f2cfca commit 2b768e7
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Pavan Balaji <balaji@anl.gov>
Peter Gottesman <pgottes@amazon.com>
Peter Gottesman <pgottesm@cisco.com>
Phil Carns <carns@mcs.anl.gov>
Philip Davis <philipdavis01@gmail.com>
Pierre Roux <piroux@cisco.com>
Prankur Gupta <prankgup@cisco.com>
Raghu Raja <craghun@amazon.com>
Expand Down
38 changes: 38 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,44 @@ This file contains the main features as well as overviews of specific
bug fixes (and other actions) for each version of Libfabric since
version 1.0.

v1.11.0, Fri Aug 14, 2020
=========================

## Core

-

## EFA

-

## PSM2

-

## RxD

-

## RxM

-

## SHM

-

## Sockets

-

## TCP

-

## Verbs

-

v1.10.0, Fri Apr 24, 2020
=========================
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.0rc1], [ofiwg@lists.openfabrics.org])
AC_INIT([libfabric], [1.11.0rc2], [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.0rc1], [ofiwg@lists.openfabrics.org])
AC_INIT([fabtests], [1.11.0rc2], [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.0rc1"
#define PACKAGE_VERSION "1.11.0rc2"

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

0 comments on commit 2b768e7

Please sign in to comment.