Skip to content

Commit

Permalink
issue: 321712 ****************** VMA 7.0.9 *******************
Browse files Browse the repository at this point in the history
Change-Id: I04a65d3b825ea554f107821aa7ae804448fb8fe7
Signed-off-by: Or Kehati <[email protected]>
  • Loading branch information
orkmellanox committed Oct 26, 2015
1 parent 0ad1980 commit e136504
Show file tree
Hide file tree
Showing 2 changed files with 17 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], 7)
define([vma_ver_minor], 0)
define([vma_ver_revision], 8)
define([vma_ver_revision], 9)
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=0
AC_SUBST(VMA_LIBRARY_MINOR)

#VMA_LIBRARY_REVISION-vma_ver_revision
VMA_LIBRARY_REVISION=8
VMA_LIBRARY_REVISION=9
AC_SUBST(VMA_LIBRARY_REVISION)

#VMA_LIBRARY_RELEASE-vma_ver_release
Expand Down
15 changes: 15 additions & 0 deletions journal.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Version 7.0.9-0:
Date + Time 2015-10-26
=======================
Added:
- RM #591755 Handling of socket API exception flows
- RM #630037 Build RPM/DEB support

Fixed:
- RM #623139 handle addr_resolve() in neighbor
- RM #632455 Handle correctly msg_flag returned by recvmmesg()
- RM #VMA error when running getsockopt with an invalid level and an
invalid optlen
- RM #632654 should initialize all globals in fork()/daemon()
- RM #Fix make dist

Version 7.0.8-0:
Date + Time 2015-10-15
=======================
Expand Down

0 comments on commit e136504

Please sign in to comment.