Skip to content

Commit 42d423a

Browse files
Liran Ozliranoz12
authored andcommitted
issue: 321712 ****************** VMA 8.6.2 *******************
Signed-off-by: Liran Oz <[email protected]>
1 parent 889b7a6 commit 42d423a

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dnl===-----------------------------------------------------------------------===
1414
#
1515
define([vma_ver_major], 8)
1616
define([vma_ver_minor], 6)
17-
define([vma_ver_revision], 1)
17+
define([vma_ver_revision], 2)
1818
define([vma_ver_release], 0)
1919

2020

@@ -30,7 +30,7 @@ AC_CONFIG_HEADER([config.h])
3030

3131
VMA_LIBRARY_MAJOR=8
3232
VMA_LIBRARY_MINOR=6
33-
VMA_LIBRARY_REVISION=1
33+
VMA_LIBRARY_REVISION=2
3434
VMA_LIBRARY_RELEASE=0
3535

3636
AC_DEFINE_UNQUOTED(VMA_LIBRARY_MAJOR, ${VMA_LIBRARY_MAJOR}, [VMA Major Version])

journal.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Version 8.6.2-0:
2+
Date + Time 2018-05-10
3+
=============================================================
4+
Added:
5+
- RM #1284069 Unify flow_spec_udp
6+
- RM #1284069 Improve code readability
7+
- RM #1284069 Optimize storage for access net_device_val
8+
- RM #1284069 Remove net_device_val::local_addr
9+
- RM #1284069 Use netlink during device mapping
10+
- RM #1284069 Net device enhancements
11+
- RM #1284069 Add m_ip to net_dev_val
12+
- RM #1284069 Add set_ip_array()
13+
- RM #1284069 Improve net_dev_val verification functions
14+
- RM #1284069 Modify net_dev_val parameters assignment
15+
- RM #1284069 Modify map_device logic
16+
117
Version 8.6.1-0:
218
Date + Time 2018-05-06
319
=============================================================

0 commit comments

Comments
 (0)