From f7162529140d59cccd502b8d4cd86503f69b1192 Mon Sep 17 00:00:00 2001 From: Liran Oz Date: Sun, 16 Dec 2018 19:03:21 +0200 Subject: [PATCH] issue: 321712 ****************** VMA 8.8.0 ******************* Signed-off-by: Liran Oz --- configure.ac | 8 ++++---- journal.txt | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index f2c7aad76..4ac9314bd 100644 --- a/configure.ac +++ b/configure.ac @@ -13,8 +13,8 @@ dnl===-----------------------------------------------------------------------=== # Update version number here: # define([vma_ver_major], 8) -define([vma_ver_minor], 7) -define([vma_ver_revision], 5) +define([vma_ver_minor], 8) +define([vma_ver_revision], 0) define([vma_ver_release], 0) @@ -29,8 +29,8 @@ AC_INIT(libvma, [vma_ver_major.vma_ver_minor.vma_ver_revision], support@mellanox AC_CONFIG_HEADER([config.h]) VMA_LIBRARY_MAJOR=8 -VMA_LIBRARY_MINOR=7 -VMA_LIBRARY_REVISION=5 +VMA_LIBRARY_MINOR=8 +VMA_LIBRARY_REVISION=0 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 0d133e295..5d2000dcf 100644 --- a/journal.txt +++ b/journal.txt @@ -1,3 +1,23 @@ +Version 8.8.0-0: +Date + Time 2018-12-16 +============================================================= +Added: + - RM #1592040 Add mlx5 Dummy-send support for upstream + - RM #1435293 Do not start daemon during package installation + - RM #1584343 Disable vlan stripping in MP_RQ + - RM #1072426 Update valgrind suppression file + - RM #1575618 Modify add_conf_rule() input param type +Fixed: + - RM #1600817 Resolve --enable-opt-log=high compilation errors + - RM #1574908 Fix buffer overflow in epfd_info::statistics_print() + - RM #1575056 Fix infinite loop in TCP is_readable() + - RM #1073005 Fix memory leak in g_tcp_timers_collection + - RM #1546495 Fix VMA_RING_LIMIT_PER_INTERFACE segmentation fault + - RM #1537051 Fix VMA_RING_LIMIT_PER_INTERFACE VMA ERROR + - RM #1583027 Fix crash while "vma_stats -S" is used + - RM #1580794 Fix EPOLL events for RST packets + - RM #1566648 Fix missing initialization of poll_sn variable + Version 8.7.5-0: Date + Time 2018-11-15 =============================================================