Skip to content

Commit

Permalink
issue: 321712 ****************** VMA 8.9.1 *******************
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Ivanov <igor.ivanov.va@gmail.com>
  • Loading branch information
igor-ivanov committed Aug 20, 2019
1 parent dcf315b commit 0c01cc2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dnl===-----------------------------------------------------------------------===
# Update version number here:
#
define([vma_ver_major], 8)
define([vma_ver_minor], 8)
define([vma_ver_revision], 3)
define([vma_ver_minor], 9)
define([vma_ver_revision], 1)
define([vma_ver_release], 0)


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

VMA_LIBRARY_MAJOR=8
VMA_LIBRARY_MINOR=8
VMA_LIBRARY_REVISION=3
VMA_LIBRARY_MINOR=9
VMA_LIBRARY_REVISION=1
VMA_LIBRARY_RELEASE=0

AC_DEFINE_UNQUOTED(VMA_LIBRARY_MAJOR, ${VMA_LIBRARY_MAJOR}, [VMA Major Version])
Expand Down
15 changes: 15 additions & 0 deletions journal.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Version 8.9.1-0:
Date + Time 2019-08-20
=============================================================
Added:
- RM #1772199 Add socketxtreme example

Fixed:
- RM #1718617 Update valgrind suppression file
- RM #1772805 Fix return code for non blocking recv()/send()
- RM #1797193 Return ECONNABORTED as error value for accept()
- RM #1798908 Fix daemon agent initialization in case fork() usage
- RM #1699062 Handle RING_LOGIC_PER_USER_ID unsupported optval
- RM #1772199 Cleanup vma_extra.h
- RM #1734397 Fix csbuild 2.3.0 issues

Version 8.8.3-0:
Date + Time 2019-04-15
=============================================================
Expand Down

0 comments on commit 0c01cc2

Please sign in to comment.