File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ src_libfabric_la_LIBADD =
135
135
src_libfabric_la_DEPENDENCIES = libfabric.map
136
136
137
137
if !EMBEDDED
138
- src_libfabric_la_LDFLAGS += -version-info 10:1 :9
138
+ src_libfabric_la_LDFLAGS += -version-info 10:2 :9
139
139
endif
140
140
src_libfabric_la_LDFLAGS += -export-dynamic \
141
141
$(libfabric_version_script )
Original file line number Diff line number Diff line change @@ -5,6 +5,32 @@ This file contains the main features as well as overviews of specific
5
5
bug fixes (and other actions) for each version of Libfabric since
6
6
version 1.0.
7
7
8
+ v1.5.2, Wed Nov 8, 2017
9
+ =======================
10
+
11
+ ## Core
12
+
13
+ - Fix Power PC 32-bit build
14
+
15
+ ## RXM
16
+
17
+ -- Remove dependency on shared receive contexts
18
+ -- Switch to automatic data progress
19
+ -- Fix removing addresses from AV
20
+
21
+ ## Sockets
22
+
23
+ -- Fix incorrect reporting of counter attributes
24
+
25
+ ## Verbs
26
+
27
+ -- Fix reporting attributes based on device limits
28
+ -- Fix incorrect CQ size reported for iWarp NICs
29
+ -- Update man page with known issues for specific NICs
30
+ -- Fix FI_RX_CQ_DATA mode check
31
+ -- Disable on-demand paging by default (can cause data corruption)
32
+ -- Disable loopback (localhost) addressing (causing failures in MPI)
33
+
8
34
v1.5.1, Wed Oct 4, 2017
9
35
=======================
10
36
Original file line number Diff line number Diff line change 4
4
dnl Process this file with autoconf to produce a configure script.
5
5
6
6
AC_PREREQ ( [ 2.60] )
7
- AC_INIT ( [ libfabric] ,
[ 1.5.2a1 ] ,
[ [email protected] ] )
7
+ AC_INIT ( [ libfabric] ,
[ 1.5.2 ] ,
[ [email protected] ] )
8
8
AC_CONFIG_SRCDIR ( [ src/fabric.c] )
9
9
AC_CONFIG_AUX_DIR ( config )
10
10
AC_CONFIG_MACRO_DIR ( config )
You can’t perform that action at this time.
0 commit comments