Skip to content

Commit a0c576b

Browse files
authored
issue: 321712 ****************** VMA 8.7.5 *******************
Signed-off-by: Liran Oz <[email protected]>
1 parent b919574 commit a0c576b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dnl===-----------------------------------------------------------------------===
1414
#
1515
define([vma_ver_major], 8)
1616
define([vma_ver_minor], 7)
17-
define([vma_ver_revision], 4)
17+
define([vma_ver_revision], 5)
1818
define([vma_ver_release], 0)
1919

2020

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

3131
VMA_LIBRARY_MAJOR=8
3232
VMA_LIBRARY_MINOR=7
33-
VMA_LIBRARY_REVISION=4
33+
VMA_LIBRARY_REVISION=5
3434
VMA_LIBRARY_RELEASE=0
3535

3636
AC_DEFINE_UNQUOTED(VMA_LIBRARY_MAJOR, ${VMA_LIBRARY_MAJOR}, [VMA Major Version])

journal.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Version 8.7.5-0:
2+
Date + Time 2018-11-15
3+
=============================================================
4+
Added:
5+
- RM #1571657 Suppress failure error of ibv_get_async_event
6+
Fixed:
7+
- RM #1571899 Fix a typo in bond warning message
8+
- RM #1566916 Fix CQ cleanup ordering issue
9+
110
Version 8.7.4-0:
211
Date + Time 2018-11-13
312
=============================================================

0 commit comments

Comments
 (0)