Skip to content

Commit

Permalink
issue: 321712 ****************** VMA 8.2.5 *******************
Browse files Browse the repository at this point in the history
Signed-off-by: Ophir Munk <[email protected]>
  • Loading branch information
OphirMunk committed Dec 28, 2016
1 parent 85804a3 commit 91139ab
Show file tree
Hide file tree
Showing 2 changed files with 19 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], 2)
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], [email protected])
Expand Down Expand Up @@ -38,7 +38,7 @@ VMA_LIBRARY_MINOR=2
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
Expand Down
17 changes: 17 additions & 0 deletions journal.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Version 8.2.5-0:
Date + Time 2016-12-28
=======================
Added:
- RM #784338 Add VMA gtest (vmapoll API)
- RM #784338 Add testbed application (vmapoll API)
- RM #784338 Extend jenkins tests (vmapoll API)
- RM #865066 Use one vma_extra.h file for both vmapoll and legacy socket API
- RM #850311 Add support for socket offload even if link is down on VMA bringup
- RM #850270 Add VMA_TCP_CTL_THREAD=2 parameter under spec 6973
- RM #925571 Add textual vma spec support and a new latency spec
- RM #865066 Merge experimental branch (vmapoll API) into master branch

Fixed:
- RM #924683 Fix src addr when sending MCAST with IP_MULTICAST_IF option
- RM #896067 Fix remove ring event during socket closure (vmapoll API)

Version 8.2.4-0:
Date + Time 2016-12-27
=======================
Expand Down

0 comments on commit 91139ab

Please sign in to comment.