Skip to content

Commit f716252

Browse files
authored
issue: 321712 ****************** VMA 8.8.0 *******************
Signed-off-by: Liran Oz <[email protected]>
1 parent 3ce6535 commit f716252

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

configure.ac

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dnl===-----------------------------------------------------------------------===
1313
# Update version number here:
1414
#
1515
define([vma_ver_major], 8)
16-
define([vma_ver_minor], 7)
17-
define([vma_ver_revision], 5)
16+
define([vma_ver_minor], 8)
17+
define([vma_ver_revision], 0)
1818
define([vma_ver_release], 0)
1919

2020

@@ -29,8 +29,8 @@ AC_INIT(libvma, [vma_ver_major.vma_ver_minor.vma_ver_revision], support@mellanox
2929
AC_CONFIG_HEADER([config.h])
3030

3131
VMA_LIBRARY_MAJOR=8
32-
VMA_LIBRARY_MINOR=7
33-
VMA_LIBRARY_REVISION=5
32+
VMA_LIBRARY_MINOR=8
33+
VMA_LIBRARY_REVISION=0
3434
VMA_LIBRARY_RELEASE=0
3535

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

journal.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
Version 8.8.0-0:
2+
Date + Time 2018-12-16
3+
=============================================================
4+
Added:
5+
- RM #1592040 Add mlx5 Dummy-send support for upstream
6+
- RM #1435293 Do not start daemon during package installation
7+
- RM #1584343 Disable vlan stripping in MP_RQ
8+
- RM #1072426 Update valgrind suppression file
9+
- RM #1575618 Modify add_conf_rule() input param type
10+
Fixed:
11+
- RM #1600817 Resolve --enable-opt-log=high compilation errors
12+
- RM #1574908 Fix buffer overflow in epfd_info::statistics_print()
13+
- RM #1575056 Fix infinite loop in TCP is_readable()
14+
- RM #1073005 Fix memory leak in g_tcp_timers_collection
15+
- RM #1546495 Fix VMA_RING_LIMIT_PER_INTERFACE segmentation fault
16+
- RM #1537051 Fix VMA_RING_LIMIT_PER_INTERFACE VMA ERROR
17+
- RM #1583027 Fix crash while "vma_stats -S" is used
18+
- RM #1580794 Fix EPOLL events for RST packets
19+
- RM #1566648 Fix missing initialization of poll_sn variable
20+
121
Version 8.7.5-0:
222
Date + Time 2018-11-15
323
=============================================================

0 commit comments

Comments
 (0)