From 91139abfed213b667ec35c7d5fecde258d09df84 Mon Sep 17 00:00:00 2001 From: Ophir Munk Date: Wed, 28 Dec 2016 20:02:35 +0200 Subject: [PATCH] issue: 321712 ****************** VMA 8.2.5 ******************* Signed-off-by: Ophir Munk --- configure.ac | 4 ++-- journal.txt | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 728d3baa1..efebfc9ac 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.59) # define([vma_ver_major], 8) define([vma_ver_minor], 2) -define([vma_ver_revision], 4) +define([vma_ver_revision], 5) define([vma_ver_release], 0) AC_INIT(libvma, [vma_ver_major.vma_ver_minor.vma_ver_revision], support@mellanox.com) @@ -38,7 +38,7 @@ VMA_LIBRARY_MINOR=2 AC_SUBST(VMA_LIBRARY_MINOR) #VMA_LIBRARY_REVISION-vma_ver_revision -VMA_LIBRARY_REVISION=4 +VMA_LIBRARY_REVISION=5 AC_SUBST(VMA_LIBRARY_REVISION) #VMA_LIBRARY_RELEASE-vma_ver_release diff --git a/journal.txt b/journal.txt index e5b513e30..e5eb2324b 100644 --- a/journal.txt +++ b/journal.txt @@ -1,3 +1,20 @@ +Version 8.2.5-0: +Date + Time 2016-12-28 +======================= +Added: + - RM #784338 Add VMA gtest (vmapoll API) + - RM #784338 Add testbed application (vmapoll API) + - RM #784338 Extend jenkins tests (vmapoll API) + - RM #865066 Use one vma_extra.h file for both vmapoll and legacy socket API + - RM #850311 Add support for socket offload even if link is down on VMA bringup + - RM #850270 Add VMA_TCP_CTL_THREAD=2 parameter under spec 6973 + - RM #925571 Add textual vma spec support and a new latency spec + - RM #865066 Merge experimental branch (vmapoll API) into master branch + +Fixed: + - RM #924683 Fix src addr when sending MCAST with IP_MULTICAST_IF option + - RM #896067 Fix remove ring event during socket closure (vmapoll API) + Version 8.2.4-0: Date + Time 2016-12-27 =======================