Skip to content

Commit

Permalink
issue: 321712 ****************** VMA 8.1.5 *******************
Browse files Browse the repository at this point in the history
Signed-off-by: Ophir Munk <ophirmu@mellanox.com>
  • Loading branch information
OphirMunk authored Sep 11, 2016
1 parent 14c3842 commit 1fae1e2
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ AC_PREREQ(2.59)
#
define([vma_ver_major], 8)
define([vma_ver_minor], 1)
define([vma_ver_revision], 4)
define([vma_ver_revision], 5)
define([vma_ver_release], 0)

AC_INIT(libvma, [vma_ver_major.vma_ver_minor.vma_ver_revision], support@mellanox.com)
@@ -38,7 +38,7 @@ VMA_LIBRARY_MINOR=1
AC_SUBST(VMA_LIBRARY_MINOR)

#VMA_LIBRARY_REVISION-vma_ver_revision
VMA_LIBRARY_REVISION=4
VMA_LIBRARY_REVISION=5
AC_SUBST(VMA_LIBRARY_REVISION)

#VMA_LIBRARY_RELEASE-vma_ver_release
14 changes: 14 additions & 0 deletions journal.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Version 8.1.5-0:
Date + Time 2016-09-08
=======================
Added:
- RM #749133 IGMPv3 - add support for 'Source Specific Multicast'
- RM #770746 Add csbuild support into jenkins
- RM #770746 Update jenkins with valgrind support
- RM #848172 Code updates to comply with Coverity 8.5 version
Fixed:
- RM #846042 Fix failure to receive fragmented multicast packets over ConnectX3-IB
- RM #843662 Fix log WARNING to DEBUG in case not an mlx4 driver on IPoIB interface
- RM #844374 Fix error handling while registering a socket with plural epoll instances
- RM #847025 Fix extra API tests failing on make with vlogger.h not found

Version 8.1.4-0:
Date + Time 2016-08-24
=======================

0 comments on commit 1fae1e2

Please sign in to comment.