Skip to content

Commit fcf62e5

Browse files
author
Sean Hefty
committed
v1.16.0
Signed-off-by: Sean Hefty <[email protected]>
1 parent 78d0344 commit fcf62e5

File tree

8 files changed

+13
-7
lines changed

8 files changed

+13
-7
lines changed

AUTHORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ aleksandra.justa <[email protected]>
77
Alexia Ingerson <[email protected]>
88
Alex McKinley <[email protected]>
99
Alex McKinley <[email protected]>
10+
Amir Shehata <[email protected]>
1011
Amith Abraham <[email protected]>
1112
Ana Guerrero López <[email protected]>
1213
Anas Mousa <[email protected]>
@@ -125,6 +126,7 @@ Latchesar Ionkov <[email protected]>
125126
Leena Radeke <[email protected]>
126127
Lisanna Dettwyler <[email protected]>
127128
Lisanna Dettwyler <[email protected]>
129+
Lukasz Dorau <[email protected]>
128130
Marcin Salnik <[email protected]>
129131
Martin Kontsek <[email protected]>
130132
Matt Koop <[email protected]>
@@ -181,6 +183,7 @@ Rich Welch <[email protected]>
181183
Robert Wespetal <[email protected]>
182184
Rohit Zambre <[email protected]>
183185
Ryan Hankins <[email protected]>
186+
Ryan Hankins <[email protected]>
184187
Sannikov, Alexander <[email protected]>
185188
Sayantan Sur <[email protected]>
186189
Sean Hefty <[email protected]>
@@ -206,6 +209,7 @@ Sylvain Didelot <[email protected]>
206209
Thananon Patinyasakdikul <[email protected]>
207210
Theofilos Manitaras <[email protected]>
208211
Thibault BREZILLON <[email protected]>
212+
Thomas Huber <[email protected]>
209213
Thomas Smith <[email protected]>
210214
Tim Thompson <[email protected]>
211215
Tim Thompson <[email protected]>

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ licenses. You may choose to be licensed under the terms of the the
33
BSD license or the GNU General Public License (GPL) Version
44
2, both included below.
55

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

99
==================================================================

README

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@ services. Specifically, libfabric software interfaces have been
3232
co-designed with fabric hardware providers and application developers,
3333
with an initial focus on the needs of HPC users. OFI supports multiple
3434
interface semantics, is fabric and hardware implementation agnostic,
35-
and leverages and expands the existing RDMA open source community.
35+
and leverages and expands the existing RDMA open source community.
3636

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

4040
http://ofiwg.github.io/libfabric/
41+
or
42+
http://libfabric.org
4143

4244

4345
Support

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dnl
77
dnl Process this file with autoconf to produce a configure script.
88

99
AC_PREREQ([2.60])
10-
AC_INIT([libfabric], [1.16.0rc3], [[email protected]])
10+
AC_INIT([libfabric], [1.16.0], [[email protected]])
1111
AC_CONFIG_SRCDIR([src/fabric.c])
1212
AC_CONFIG_AUX_DIR(config)
1313
AC_CONFIG_MACRO_DIR(config)

fabtests/COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Some parts of the source are 3rd party code which uses MIT license.
77
The description and requirements of the license are available in
88
later part of this file.
99

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

1313
==================================================================

fabtests/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Fabtests will run on any operating system supported by Libfabric.
99

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

12-
https://github.com/ofiwg/fabtests/issues
12+
https://github.com/ofiwg/libfabric/issues
1313

1414
Additionally, users may post questions, comments, bugs, etc. to the Libfabric
1515
users mailing list.

fabtests/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dnl
55
dnl Process this file with autoconf to produce a configure script.
66

77
AC_PREREQ(2.57)
8-
AC_INIT([fabtests], [1.16.0rc3], [[email protected]])
8+
AC_INIT([fabtests], [1.16.0], [[email protected]])
99
AC_CONFIG_AUX_DIR(config)
1010
AC_CONFIG_MACRO_DIR(config)
1111
AC_CONFIG_HEADERS(config.h)

include/windows/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
#define PACKAGE_TARNAME PACKAGE
175175

176176
/* Define to the version of this package. */
177-
#define PACKAGE_VERSION "1.16.0rc3"
177+
#define PACKAGE_VERSION "1.16.0"
178178

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

0 commit comments

Comments
 (0)