Skip to content

Commit 480a6db

Browse files
author
Sean Hefty
committed
v1.5.2
Signed-off-by: Sean Hefty <[email protected]>
1 parent 77557a1 commit 480a6db

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ src_libfabric_la_LIBADD =
135135
src_libfabric_la_DEPENDENCIES = libfabric.map
136136

137137
if !EMBEDDED
138-
src_libfabric_la_LDFLAGS += -version-info 10:1:9
138+
src_libfabric_la_LDFLAGS += -version-info 10:2:9
139139
endif
140140
src_libfabric_la_LDFLAGS += -export-dynamic \
141141
$(libfabric_version_script)

NEWS.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ This file contains the main features as well as overviews of specific
55
bug fixes (and other actions) for each version of Libfabric since
66
version 1.0.
77

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+
834
v1.5.1, Wed Oct 4, 2017
935
=======================
1036

configure.ac

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

66
AC_PREREQ([2.60])
7-
AC_INIT([libfabric], [1.5.2a1], [[email protected]])
7+
AC_INIT([libfabric], [1.5.2], [[email protected]])
88
AC_CONFIG_SRCDIR([src/fabric.c])
99
AC_CONFIG_AUX_DIR(config)
1010
AC_CONFIG_MACRO_DIR(config)

0 commit comments

Comments
 (0)