Skip to content

Commit

Permalink
v1.16.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Hefty <[email protected]>
  • 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 <[email protected]>
Alexia Ingerson <[email protected]>
Alex McKinley <[email protected]>
Alex McKinley <[email protected]>
Amir Shehata <[email protected]>
Amith Abraham <[email protected]>
Ana Guerrero López <[email protected]>
Anas Mousa <[email protected]>
Expand Down Expand Up @@ -125,6 +126,7 @@ Latchesar Ionkov <[email protected]>
Leena Radeke <[email protected]>
Lisanna Dettwyler <[email protected]>
Lisanna Dettwyler <[email protected]>
Lukasz Dorau <[email protected]>
Marcin Salnik <[email protected]>
Martin Kontsek <[email protected]>
Matt Koop <[email protected]>
Expand Down Expand Up @@ -181,6 +183,7 @@ Rich Welch <[email protected]>
Robert Wespetal <[email protected]>
Rohit Zambre <[email protected]>
Ryan Hankins <[email protected]>
Ryan Hankins <[email protected]>
Sannikov, Alexander <[email protected]>
Sayantan Sur <[email protected]>
Sean Hefty <[email protected]>
Expand All @@ -206,6 +209,7 @@ Sylvain Didelot <[email protected]>
Thananon Patinyasakdikul <[email protected]>
Theofilos Manitaras <[email protected]>
Thibault BREZILLON <[email protected]>
Thomas Huber <[email protected]>
Thomas Smith <[email protected]>
Tim Thompson <[email protected]>
Tim Thompson <[email protected]>
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], [[email protected]])
AC_INIT([libfabric], [1.16.0], [[email protected]])
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], [[email protected]])
AC_INIT([fabtests], [1.16.0], [[email protected]])
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.