Skip to content

Commit 0c01cc2

Browse files
committed
issue: 321712 ****************** VMA 8.9.1 *******************
Signed-off-by: Igor Ivanov <[email protected]>
1 parent dcf315b commit 0c01cc2

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

configure.ac

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dnl===-----------------------------------------------------------------------===
1313
# Update version number here:
1414
#
1515
define([vma_ver_major], 8)
16-
define([vma_ver_minor], 8)
17-
define([vma_ver_revision], 3)
16+
define([vma_ver_minor], 9)
17+
define([vma_ver_revision], 1)
1818
define([vma_ver_release], 0)
1919

2020

@@ -29,8 +29,8 @@ AC_INIT(libvma, [vma_ver_major.vma_ver_minor.vma_ver_revision], support@mellanox
2929
AC_CONFIG_HEADER([config.h])
3030

3131
VMA_LIBRARY_MAJOR=8
32-
VMA_LIBRARY_MINOR=8
33-
VMA_LIBRARY_REVISION=3
32+
VMA_LIBRARY_MINOR=9
33+
VMA_LIBRARY_REVISION=1
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.9.1-0:
2+
Date + Time 2019-08-20
3+
=============================================================
4+
Added:
5+
- RM #1772199 Add socketxtreme example
6+
7+
Fixed:
8+
- RM #1718617 Update valgrind suppression file
9+
- RM #1772805 Fix return code for non blocking recv()/send()
10+
- RM #1797193 Return ECONNABORTED as error value for accept()
11+
- RM #1798908 Fix daemon agent initialization in case fork() usage
12+
- RM #1699062 Handle RING_LOGIC_PER_USER_ID unsupported optval
13+
- RM #1772199 Cleanup vma_extra.h
14+
- RM #1734397 Fix csbuild 2.3.0 issues
15+
116
Version 8.8.3-0:
217
Date + Time 2019-04-15
318
=============================================================

0 commit comments

Comments
 (0)