Skip to content

Commit

Permalink
issue: 321712 ****************** VMA 8.5.2 *******************
Browse files Browse the repository at this point in the history
Signed-off-by: Liran Oz <[email protected]>
  • Loading branch information
Liran Oz authored and liranoz12 committed Jan 11, 2018
1 parent 6ea20a3 commit e1dc18e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dnl===-----------------------------------------------------------------------===
#
define([vma_ver_major], 8)
define([vma_ver_minor], 5)
define([vma_ver_revision], 1)
define([vma_ver_revision], 2)
define([vma_ver_release], 0)


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

VMA_LIBRARY_MAJOR=8
VMA_LIBRARY_MINOR=5
VMA_LIBRARY_REVISION=1
VMA_LIBRARY_REVISION=2
VMA_LIBRARY_RELEASE=0

AC_DEFINE_UNQUOTED(VMA_LIBRARY_MAJOR, ${VMA_LIBRARY_MAJOR}, [VMA Major Version])
Expand Down
20 changes: 20 additions & 0 deletions journal.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Version 8.5.2-0:
Date + Time 2018-01-11
=============================================================
Added:
- RM #1262144 Print warning when extra api functions are not supported
- RM #1256248 Improve debian package build script
- RM #1226478 Add direct-ring creation and HW descriptors logic
- RM #1226473 Expose network header using new extra_api
- RM #1248697 Make profiles unique in the map
- RM #1178934 Add new structs for external ring type
- RM #1250147 Reorder netlink event registration at startup
- RM #1055916 Add support for Pattern Klm in MP-RQ
- RM #1151606 Modify valgrind suppression file
- RM #1069965 Remove ldconfig from installation
- RM #1171143 Add write combining barrier for Blue Flame send
Fixed:
- RM #1256248 Fix systemd mode in debian package
- RM #1247358 Fix crash when VMA could not resolve neighbor
- RM #1258245 Fix SYN messages are sent to invalid peer

Version 8.5.1-0:
Date + Time 2017-12-24
=============================================================
Expand Down

0 comments on commit e1dc18e

Please sign in to comment.