Skip to content

Commit

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


Expand All @@ -30,7 +30,7 @@ AC_CONFIG_HEADER([config.h])

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

AC_DEFINE_UNQUOTED(VMA_LIBRARY_MAJOR, ${VMA_LIBRARY_MAJOR}, [VMA Major Version])
Expand Down
9 changes: 9 additions & 0 deletions journal.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 8.7.5-0:
Date + Time 2018-11-15
=============================================================
Added:
- RM #1571657 Suppress failure error of ibv_get_async_event
Fixed:
- RM #1571899 Fix a typo in bond warning message
- RM #1566916 Fix CQ cleanup ordering issue

Version 8.7.4-0:
Date + Time 2018-11-13
=============================================================
Expand Down

0 comments on commit a0c576b

Please sign in to comment.