File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ Hefty <sean.hefty@intel.com>
5555Holger Hoffstätte <holger@applied-asynchrony.com>
5656Honggang Li <honli@redhat.com>
5757Howard Pritchard <howardp@lanl.gov>
58+ Ian Ziemba <ian.ziemba@hpe.com>
5859Ignacio Hernandez <ignacio.hernandez@intel.com>
5960Ira Weiny <ira.weiny@intel.com>
6061Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
Original file line number Diff line number Diff line change @@ -6,6 +6,37 @@ bug fixes (and other actions) for each version of Libfabric since
66version 1.0.
77
88
9+ v1.10.1, Fri May 8, 2020
10+ ========================
11+
12+ ## Core
13+
14+ - Fixed library version
15+
16+ ## EFA
17+
18+ - Allow endpoint to choose shm usage
19+ - Fix handling of REQ packets
20+ - Fix logic writing a Tx completion entry
21+ - Use correct Tx operation flags for msg sends
22+
23+ ## Fabtests
24+
25+ - Use pax tar format when creating source packages
26+
27+ ## RxD
28+
29+ - Use correct peer address for atomic_inject calls
30+
31+ ## SHM
32+
33+ - Fix BSD build failure
34+
35+ ## TCP
36+
37+ - Add locking around signaling a wait fd
38+
39+
940v1.10.0, Fri Apr 24, 2020
1041=========================
1142
Original file line number Diff line number Diff line change 66dnl Process this file with autoconf to produce a configure script.
77
88AC_PREREQ ( [ 2.60] )
9- AC_INIT ( [ libfabric] , [ 1.10.0 ] , [ ofiwg@lists.openfabrics.org] )
9+ AC_INIT ( [ libfabric] , [ 1.10.1 ] , [ ofiwg@lists.openfabrics.org] )
1010AC_CONFIG_SRCDIR ( [ src/fabric.c] )
1111AC_CONFIG_AUX_DIR ( config )
1212AC_CONFIG_MACRO_DIR ( config )
Original file line number Diff line number Diff line change 55dnl Process this file with autoconf to produce a configure script.
66
77AC_PREREQ ( 2.57 )
8- AC_INIT ( [ fabtests] , [ 1.10.0 ] , [ ofiwg@lists.openfabrics.org] )
8+ AC_INIT ( [ fabtests] , [ 1.10.1 ] , [ ofiwg@lists.openfabrics.org] )
99AC_CONFIG_AUX_DIR ( config )
1010AC_CONFIG_MACRO_DIR ( config )
1111AC_CONFIG_HEADERS ( config.h )
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ extern "C" {
7878
7979#define FI_MAJOR_VERSION 1
8080#define FI_MINOR_VERSION 10
81- #define FI_REVISION_VERSION 0
81+ #define FI_REVISION_VERSION 1
8282
8383enum {
8484 FI_PATH_MAX = 256 ,
Original file line number Diff line number Diff line change 165165#define PACKAGE_TARNAME PACKAGE
166166
167167/* Define to the version of this package. */
168- #define PACKAGE_VERSION "1.10.0 "
168+ #define PACKAGE_VERSION "1.10.1 "
169169
170170/* Define to the full name and version of this package. */
171171#define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION
You can’t perform that action at this time.
0 commit comments