From a0c576b7f08e099a7579ef61ec2888962bff0837 Mon Sep 17 00:00:00 2001 From: Liran Oz Date: Thu, 15 Nov 2018 14:51:17 +0200 Subject: [PATCH] issue: 321712 ****************** VMA 8.7.5 ******************* Signed-off-by: Liran Oz --- configure.ac | 4 ++-- journal.txt | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9dd5bafbe..f2c7aad76 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ dnl===-----------------------------------------------------------------------=== # define([vma_ver_major], 8) define([vma_ver_minor], 7) -define([vma_ver_revision], 4) +define([vma_ver_revision], 5) define([vma_ver_release], 0) @@ -30,7 +30,7 @@ AC_CONFIG_HEADER([config.h]) VMA_LIBRARY_MAJOR=8 VMA_LIBRARY_MINOR=7 -VMA_LIBRARY_REVISION=4 +VMA_LIBRARY_REVISION=5 VMA_LIBRARY_RELEASE=0 AC_DEFINE_UNQUOTED(VMA_LIBRARY_MAJOR, ${VMA_LIBRARY_MAJOR}, [VMA Major Version]) diff --git a/journal.txt b/journal.txt index df9b77ec1..0d133e295 100644 --- a/journal.txt +++ b/journal.txt @@ -1,3 +1,12 @@ +Version 8.7.5-0: +Date + Time 2018-11-15 +============================================================= +Added: + - RM #1571657 Suppress failure error of ibv_get_async_event +Fixed: + - RM #1571899 Fix a typo in bond warning message + - RM #1566916 Fix CQ cleanup ordering issue + Version 8.7.4-0: Date + Time 2018-11-13 =============================================================