forked from ofiwg/libfabric
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial preparation for v1.12.0 release. Signed-off-by: Sean Hefty <[email protected]>
- Loading branch information
Showing
6 changed files
with
75 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ Ana Guerrero López <[email protected]> | |
Anatoliy Rozanov <[email protected]> | ||
Andrew Friedley <[email protected]> | ||
Andrey Lobanov <[email protected]> | ||
Anthony Zinger <[email protected]> | ||
Ao Li <[email protected]> | ||
Arun C Ilango <[email protected]> | ||
arun ilango <[email protected]> | ||
|
@@ -61,6 +62,7 @@ Hui Zhou <[email protected]> | |
Ian Ziemba <[email protected]> | ||
Ignacio Hernandez <[email protected]> | ||
Ira Weiny <[email protected]> | ||
iziemba <[email protected]> | ||
Jaime Arteaga <[email protected]> | ||
James Dinan <[email protected]> | ||
James Shimek <[email protected]> | ||
|
@@ -77,6 +79,7 @@ Jeff Squyres <[email protected]> | |
Jerome Berryhill <[email protected]> | ||
Jerome Boyd Berryhill <[email protected]> | ||
Jerome Soumagne <[email protected]> | ||
Jiakun Yan <[email protected]> | ||
Jianxin Xiong <[email protected]> | ||
Jie Zhang <[email protected]> | ||
Jim Snow <[email protected]> | ||
|
@@ -118,6 +121,8 @@ Oblomov, Sergey <[email protected]> | |
Oblomov, Sergey <[email protected]> | ||
OFIWG Bot <[email protected]> | ||
Paolo Inaudi <[email protected]> | ||
patrickbueb <[email protected]> | ||
Patrick Bueb <[email protected]> | ||
Patrick MacArthur <[email protected]> | ||
Patrick McCormick <[email protected]> | ||
Paul Coffman <[email protected]> | ||
|
@@ -156,8 +161,10 @@ Thibault BREZILLON <[email protected]> | |
Thomas Smith <[email protected]> | ||
Tony Zinger <[email protected]> | ||
tonyzinger <[email protected]> | ||
Trevor Hendricks <[email protected]> | ||
Venkata Krishna Nimmagadda <[email protected]> | ||
Venkata Krishna Nimmagadda <[email protected]> | ||
Wei Zhang <[email protected]> | ||
Wei Zhang <[email protected]> | ||
Wesley Bland <[email protected]> | ||
William Zhang <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ dnl | |
dnl Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ([2.60]) | ||
AC_INIT([libfabric], [1.12.0a1], [[email protected]]) | ||
AC_INIT([libfabric], [1.12.0rc1], [[email protected]]) | ||
AC_CONFIG_SRCDIR([src/fabric.c]) | ||
AC_CONFIG_AUX_DIR(config) | ||
AC_CONFIG_MACRO_DIR(config) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.0], [[email protected]]) | ||
AC_INIT([fabtests], [1.12.0rc1], [[email protected]]) | ||
AC_CONFIG_AUX_DIR(config) | ||
AC_CONFIG_MACRO_DIR(config) | ||
AC_CONFIG_HEADERS(config.h) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters