Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
  • Loading branch information
shefty committed Nov 8, 2017
1 parent 77557a1 commit 480a6db
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ src_libfabric_la_LIBADD =
src_libfabric_la_DEPENDENCIES = libfabric.map

if !EMBEDDED
src_libfabric_la_LDFLAGS += -version-info 10:1:9
src_libfabric_la_LDFLAGS += -version-info 10:2:9
endif
src_libfabric_la_LDFLAGS += -export-dynamic \
$(libfabric_version_script)
Expand Down
26 changes: 26 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ This file contains the main features as well as overviews of specific
bug fixes (and other actions) for each version of Libfabric since
version 1.0.

v1.5.2, Wed Nov 8, 2017
=======================

## Core

- Fix Power PC 32-bit build

## RXM

-- Remove dependency on shared receive contexts
-- Switch to automatic data progress
-- Fix removing addresses from AV

## Sockets

-- Fix incorrect reporting of counter attributes

## Verbs

-- Fix reporting attributes based on device limits
-- Fix incorrect CQ size reported for iWarp NICs
-- Update man page with known issues for specific NICs
-- Fix FI_RX_CQ_DATA mode check
-- Disable on-demand paging by default (can cause data corruption)
-- Disable loopback (localhost) addressing (causing failures in MPI)

v1.5.1, Wed Oct 4, 2017
=======================

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ([2.60])
AC_INIT([libfabric], [1.5.2a1], [ofiwg@lists.openfabrics.org])
AC_INIT([libfabric], [1.5.2], [ofiwg@lists.openfabrics.org])
AC_CONFIG_SRCDIR([src/fabric.c])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
Expand Down

0 comments on commit 480a6db

Please sign in to comment.