File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dnl===-----------------------------------------------------------------------===
14
14
#
15
15
define ( [ vma_ver_major] , 8 )
16
16
define ( [ vma_ver_minor] , 7 )
17
- define ( [ vma_ver_revision] , 4 )
17
+ define ( [ vma_ver_revision] , 5 )
18
18
define ( [ vma_ver_release] , 0 )
19
19
20
20
@@ -30,7 +30,7 @@ AC_CONFIG_HEADER([config.h])
30
30
31
31
VMA_LIBRARY_MAJOR=8
32
32
VMA_LIBRARY_MINOR=7
33
- VMA_LIBRARY_REVISION=4
33
+ VMA_LIBRARY_REVISION=5
34
34
VMA_LIBRARY_RELEASE=0
35
35
36
36
AC_DEFINE_UNQUOTED ( VMA_LIBRARY_MAJOR , ${VMA_LIBRARY_MAJOR} , [ VMA Major Version] )
Original file line number Diff line number Diff line change
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
+
1
10
Version 8.7.4-0:
2
11
Date + Time 2018-11-13
3
12
=============================================================
You can’t perform that action at this time.
0 commit comments