Skip to content

Commit

Permalink
Issue: 321712 ****************** VMA 8.5.6 *******************
Browse files Browse the repository at this point in the history
Signed-off-by: Ilan Smith <[email protected]>
  • Loading branch information
Ilan Smith committed Feb 8, 2018
1 parent dd9608b commit d2d43b3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand All @@ -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])
Expand Down
13 changes: 13 additions & 0 deletions journal.txt
Original file line number Diff line number Diff line change
@@ -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
=============================================================
Expand Down

0 comments on commit d2d43b3

Please sign in to comment.