Skip to content

Commit b2a14ae

Browse files
committed
issue: 321712 ****************** VMA 8.8.3 *******************
Signed-off-by: Igor Ivanov <[email protected]>
1 parent a7451ab commit b2a14ae

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-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], 8)
17-
define([vma_ver_revision], 2)
17+
define([vma_ver_revision], 3)
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=8
33-
VMA_LIBRARY_REVISION=2
33+
VMA_LIBRARY_REVISION=3
3434
VMA_LIBRARY_RELEASE=0
3535

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

journal.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Version 8.8.3-0:
2+
Date + Time 2019-04-15
3+
=============================================================
4+
Added:
5+
- RM #1512054 Add warning in case Device Memory can not be used
6+
- RM #1718617 Update valgrind suppression file
7+
- RM #1701456 Enable mlx4 flow steering warning for VM
8+
9+
Fixed:
10+
- RM #1732395 Detect CPU Frequency for aarch64
11+
- RM #1564149 Add RTM_DELLINK processing
12+
- RM #1566916 Do not call ibv_get_async_event() after getting IBV_EVENT_DEVICE_FATAL
13+
- RM #1663915 Fix destroy qp collision for ring_eth_cb
14+
- RM #1687458 Fix double free of TCP timer event
15+
116
Version 8.8.2-0:
217
Date + Time 2019-02-20
318
=============================================================

0 commit comments

Comments
 (0)