File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dnl===-----------------------------------------------------------------------===
14
14
#
15
15
define ( [ vma_ver_major] , 8 )
16
16
define ( [ vma_ver_minor] , 6 )
17
- define ( [ vma_ver_revision] , 1 )
17
+ define ( [ vma_ver_revision] , 2 )
18
18
define ( [ vma_ver_release] , 0 )
19
19
20
20
@@ -30,7 +30,7 @@ AC_CONFIG_HEADER([config.h])
30
30
31
31
VMA_LIBRARY_MAJOR=8
32
32
VMA_LIBRARY_MINOR=6
33
- VMA_LIBRARY_REVISION=1
33
+ VMA_LIBRARY_REVISION=2
34
34
VMA_LIBRARY_RELEASE=0
35
35
36
36
AC_DEFINE_UNQUOTED ( VMA_LIBRARY_MAJOR , ${VMA_LIBRARY_MAJOR} , [ VMA Major Version] )
Original file line number Diff line number Diff line change
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
+
1
17
Version 8.6.1-0:
2
18
Date + Time 2018-05-06
3
19
=============================================================
You can’t perform that action at this time.
0 commit comments