Skip to content

Commit

Permalink
issue: 321712 ****************** VMA 8.0.4 *******************
Browse files Browse the repository at this point in the history
Signed-off-by: Ophir Munk <ophirmu@mellanox.com>
  • Loading branch information
OphirMunk committed May 29, 2016
1 parent 3c78d12 commit 3489678
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AC_PREREQ(2.59)
#
define([vma_ver_major], 8)
define([vma_ver_minor], 0)
define([vma_ver_revision], 3)
define([vma_ver_revision], 4)
define([vma_ver_release], 0)

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

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

#VMA_LIBRARY_RELEASE-vma_ver_release
Expand Down
10 changes: 10 additions & 0 deletions journal.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 8.0.4-0:
Date + Time 2016-05-29
=======================
Added:
- RM #781384 add log details on UDP setsockopt(SO_BINDTODEVICE) and add python test code

Fixed:
- RM #781967 Fix ./configure failures on some distros - add pkg.m4 into distribution
- RM #775440 Fix 'make distclean' breakage

Version 8.0.3-0:
Date + Time 2016-05-18
=======================
Expand Down

0 comments on commit 3489678

Please sign in to comment.