Skip to content

Commit

Permalink
issue: 321712 ****************** VMA 8.8.0 *******************
Browse files Browse the repository at this point in the history
Signed-off-by: Liran Oz <[email protected]>
  • Loading branch information
liranoz12 authored Dec 16, 2018
1 parent 3ce6535 commit f716252
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dnl===-----------------------------------------------------------------------===
# Update version number here:
#
define([vma_ver_major], 8)
define([vma_ver_minor], 7)
define([vma_ver_revision], 5)
define([vma_ver_minor], 8)
define([vma_ver_revision], 0)
define([vma_ver_release], 0)


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

VMA_LIBRARY_MAJOR=8
VMA_LIBRARY_MINOR=7
VMA_LIBRARY_REVISION=5
VMA_LIBRARY_MINOR=8
VMA_LIBRARY_REVISION=0
VMA_LIBRARY_RELEASE=0

AC_DEFINE_UNQUOTED(VMA_LIBRARY_MAJOR, ${VMA_LIBRARY_MAJOR}, [VMA Major Version])
Expand Down
20 changes: 20 additions & 0 deletions journal.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Version 8.8.0-0:
Date + Time 2018-12-16
=============================================================
Added:
- RM #1592040 Add mlx5 Dummy-send support for upstream
- RM #1435293 Do not start daemon during package installation
- RM #1584343 Disable vlan stripping in MP_RQ
- RM #1072426 Update valgrind suppression file
- RM #1575618 Modify add_conf_rule() input param type
Fixed:
- RM #1600817 Resolve --enable-opt-log=high compilation errors
- RM #1574908 Fix buffer overflow in epfd_info::statistics_print()
- RM #1575056 Fix infinite loop in TCP is_readable()
- RM #1073005 Fix memory leak in g_tcp_timers_collection
- RM #1546495 Fix VMA_RING_LIMIT_PER_INTERFACE segmentation fault
- RM #1537051 Fix VMA_RING_LIMIT_PER_INTERFACE VMA ERROR
- RM #1583027 Fix crash while "vma_stats -S" is used
- RM #1580794 Fix EPOLL events for RST packets
- RM #1566648 Fix missing initialization of poll_sn variable

Version 8.7.5-0:
Date + Time 2018-11-15
=============================================================
Expand Down

0 comments on commit f716252

Please sign in to comment.