Skip to content

Commit

Permalink
v1.16.0
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 Sep 29, 2022
1 parent 78d0344 commit fcf62e5
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 7 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ aleksandra.justa <ajusta@gklab-125-155.igk.intel.com>
Alexia Ingerson <alexia.ingerson@intel.com>
Alex McKinley <alex.mckinley@intel.com>
Alex McKinley <alex@mckpals.com>
Amir Shehata <shehataa@ornl.gov>
Amith Abraham <aabraham@cray.com>
Ana Guerrero López <ana@ekaia.org>
Anas Mousa <anasmous@amazon.com>
Expand Down Expand Up @@ -125,6 +126,7 @@ Latchesar Ionkov <lionkov@lanl.gov>
Leena Radeke <leena.radeke@hpe.com>
Lisanna Dettwyler <levi.e.dettwyler@intel.com>
Lisanna Dettwyler <lisanna.dettwyler@intel.com>
Lukasz Dorau <lukasz.dorau@intel.com>
Marcin Salnik <marcin.salnik@intel.com>
Martin Kontsek <mkontsek@cisco.com>
Matt Koop <mkoop@amazon.com>
Expand Down Expand Up @@ -181,6 +183,7 @@ Rich Welch <rlwelch@amazon.com>
Robert Wespetal <wesper@amazon.com>
Rohit Zambre <rzambre@uci.edu>
Ryan Hankins <rqh@amazon.com>
Ryan Hankins <rqh@dev-dsk-rqh-1d-28b29c44.us-east-1.amazon.com>
Sannikov, Alexander <alexander.sannikov@intel.com>
Sayantan Sur <sayantan.sur@intel.com>
Sean Hefty <sean.hefty@intel.com>
Expand All @@ -206,6 +209,7 @@ Sylvain Didelot <sdidelot@ddn.com>
Thananon Patinyasakdikul <apatinya@cisco.com>
Theofilos Manitaras <manitaras@cscs.ch>
Thibault BREZILLON <thibault.brezillon@techsat.com>
Thomas Huber <inboxforthomas@gmail.com>
Thomas Smith <thomasm2@cisco.com>
Tim Thompson <80290075+timothom64@users.noreply.github.com>
Tim Thompson <tim.thompson@cornelisnetworks.com>
Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ licenses. You may choose to be licensed under the terms of the the
BSD license or the GNU General Public License (GPL) Version
2, both included below.

Copyright (c) 2015-2021 Intel Corporation. All rights reserved.
Copyright (c) 2015-2022 Intel Corporation. All rights reserved.
Copyright (c) 2015-2019 Cisco Systems, Inc. All rights reserved.

==================================================================
Expand Down
4 changes: 3 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ services. Specifically, libfabric software interfaces have been
co-designed with fabric hardware providers and application developers,
with an initial focus on the needs of HPC users. OFI supports multiple
interface semantics, is fabric and hardware implementation agnostic,
and leverages and expands the existing RDMA open source community.
and leverages and expands the existing RDMA open source community.

For more information regarding the OFI project, please visit the OFIWG
GitHub site:

http://ofiwg.github.io/libfabric/
or
http://libfabric.org


Support
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.16.0rc3], [ofiwg@lists.openfabrics.org])
AC_INIT([libfabric], [1.16.0], [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/COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Some parts of the source are 3rd party code which uses MIT license.
The description and requirements of the license are available in
later part of this file.

Copyright (c) 2015-2021 Intel Corporation. All rights reserved.
Copyright (c) 2015-2022 Intel Corporation. All rights reserved.
Copyright (c) 2016-2018 Cisco Systems, Inc. All rights reserved.

==================================================================
Expand Down
2 changes: 1 addition & 1 deletion fabtests/README
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Fabtests will run on any operating system supported by Libfabric.

Bugs or issues may be submitted directly to the Github issues list:

https://github.com/ofiwg/fabtests/issues
https://github.com/ofiwg/libfabric/issues

Additionally, users may post questions, comments, bugs, etc. to the Libfabric
users mailing list.
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.16.0rc3], [ofiwg@lists.openfabrics.org])
AC_INIT([fabtests], [1.16.0], [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 @@ -174,7 +174,7 @@
#define PACKAGE_TARNAME PACKAGE

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.16.0rc3"
#define PACKAGE_VERSION "1.16.0"

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

0 comments on commit fcf62e5

Please sign in to comment.