Skip to content

Commit

Permalink
issue: 321712 ****************** VMA 8.5.7 *******************
Browse files Browse the repository at this point in the history
Signed-off-by: Liran Oz <[email protected]>
  • Loading branch information
liranoz12 authored Feb 19, 2018
1 parent 5843ab5 commit bb064dc
Show file tree
Hide file tree
Showing 2 changed files with 18 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], 6)
define([vma_ver_revision], 7)
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=6
VMA_LIBRARY_REVISION=7
VMA_LIBRARY_RELEASE=0

AC_DEFINE_UNQUOTED(VMA_LIBRARY_MAJOR, ${VMA_LIBRARY_MAJOR}, [VMA Major Version])
Expand Down
16 changes: 16 additions & 0 deletions journal.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Version 8.5.7-0:
Date + Time 2018-02-19
=============================================================
Added:
- RM #1284081 Extend gtest with vmad_flow tests
- RM #1284081 Extend gtest with vmad_state tests
- RM #1284081 Extend gtest with vmad_init tests
- RM #1284081 Extend gtest with vmad_hash tests
- RM #1284081 Extend gtest with vmad_bitmap tests
- RM #1284081 Create gtest/vmad unit
- RM #1284081 Extend gtest with mix_list tests
Fixed:
- RM #1308755 Fix no traffic for Alias NetVSC interfaces
- RM #1284081 Fix issues found by gtest/vmad_hash
- RM #1284081 Fix issues found by gtest/vmad_bitmap

Version 8.5.6-0:
Date + Time 2018-02-08
=============================================================
Expand Down

0 comments on commit bb064dc

Please sign in to comment.