From d2d43b33252f3b43224900b5e90a78025e10d93b Mon Sep 17 00:00:00 2001 From: Ilan Smith Date: Thu, 8 Feb 2018 14:55:57 +0000 Subject: [PATCH] Issue: 321712 ****************** VMA 8.5.6 ******************* Signed-off-by: Ilan Smith --- configure.ac | 4 ++-- journal.txt | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a0372be82..f535d1620 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ dnl===-----------------------------------------------------------------------=== # define([vma_ver_major], 8) define([vma_ver_minor], 5) -define([vma_ver_revision], 5) +define([vma_ver_revision], 6) define([vma_ver_release], 0) @@ -30,7 +30,7 @@ AC_CONFIG_HEADER([config.h]) VMA_LIBRARY_MAJOR=8 VMA_LIBRARY_MINOR=5 -VMA_LIBRARY_REVISION=5 +VMA_LIBRARY_REVISION=6 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 a2a2b5c4d..61c1ec46e 100644 --- a/journal.txt +++ b/journal.txt @@ -1,3 +1,16 @@ +Version 8.5.6-0: +Date + Time 2018-02-08 +============================================================= +Added: + - RM #1276626 Add support for padded stridingRQ +Fixed: + - RM #1254846 Fix rate limit if no connection established yet + - RM #1149532 Fix Deadlock on blocking TCP send + - RM #1262610 Changed bucket node choice for 5t flow + - RM #1284253 Move dm_context class from util to dev + - RM #1172298 Rename jenkins target vmapoll with socketxtreme + - RM #1280902 Fix issues in tcp_split_segment function + Version 8.5.5-0: Date + Time 2018-02-01 =============================================================