From 480a6db351fbe8ee38077902c8df875e3cd13205 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Wed, 8 Nov 2017 13:12:47 -0800 Subject: [PATCH] v1.5.2 Signed-off-by: Sean Hefty --- Makefile.am | 2 +- NEWS.md | 26 ++++++++++++++++++++++++++ configure.ac | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3481cc6ff5c..a99913fa62b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) diff --git a/NEWS.md b/NEWS.md index 698fcf0cd11..c2719894213 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 ======================= diff --git a/configure.ac b/configure.ac index 45174fd480c..202f98345ef 100644 --- a/configure.ac +++ b/configure.ac @@ -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)