From 876cbd9923d161ba9a13ab7ccce634b024346cc2 Mon Sep 17 00:00:00 2001 From: Or Kehati Date: Tue, 17 Nov 2015 17:29:04 +0200 Subject: [PATCH] issue: 321712 ****************** VMA 7.0.11 ******************* Change-Id: If03a53c62b57eb40f5b1696c06d913d778f71ac5 Signed-off-by: Or Kehati --- configure.ac | 4 ++-- journal.txt | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f044a3db0..f1cc42b8b 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.59) # define([vma_ver_major], 7) define([vma_ver_minor], 0) -define([vma_ver_revision], 10) +define([vma_ver_revision], 11) 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=0 AC_SUBST(VMA_LIBRARY_MINOR) #VMA_LIBRARY_REVISION-vma_ver_revision -VMA_LIBRARY_REVISION=10 +VMA_LIBRARY_REVISION=11 AC_SUBST(VMA_LIBRARY_REVISION) #VMA_LIBRARY_RELEASE-vma_ver_release diff --git a/journal.txt b/journal.txt index de694f7b6..6cbb727f5 100644 --- a/journal.txt +++ b/journal.txt @@ -1,3 +1,16 @@ +Date + Time 2015-11-17 +======================= +Fixed: + - RM #647577 global ctors are called after library constructor results + in unsafe values + - RM #618523 LAG bond receive double amount of multicast traffic if + LACP not working + - RM #647962 Fix a crash when all bond's slaves ports are taken down + and then up + - RM #649148 Fix a segfault in vma_stats -v 4 + - RM #648405 Issue WARNING - vlan over bond while fail_ove_mac=1 is + not supported, fallback to OS + Version 7.0.10-0: Date + Time 2015-11-08 =======================