Skip to content

Commit 7c288b1

Browse files
committed
issue: 321712 ****************** VMA 7.0.14 *******************
Signed-off-by: Ophir Munk <[email protected]> Change-Id: I2f0874bf74fc9298670d430010ce20dea35cc077 Signed-off-by: Ophir Munk <[email protected]>
1 parent 85f2870 commit 7c288b1

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AC_PREREQ(2.59)
44
#
55
define([vma_ver_major], 7)
66
define([vma_ver_minor], 0)
7-
define([vma_ver_revision], 13)
7+
define([vma_ver_revision], 14)
88
define([vma_ver_release], 0)
99

1010
AC_INIT(libvma, [vma_ver_major.vma_ver_minor.vma_ver_revision], [email protected])
@@ -38,7 +38,7 @@ VMA_LIBRARY_MINOR=0
3838
AC_SUBST(VMA_LIBRARY_MINOR)
3939

4040
#VMA_LIBRARY_REVISION-vma_ver_revision
41-
VMA_LIBRARY_REVISION=13
41+
VMA_LIBRARY_REVISION=14
4242
AC_SUBST(VMA_LIBRARY_REVISION)
4343

4444
#VMA_LIBRARY_RELEASE-vma_ver_release

journal.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Version 7.0.14-0:
2+
Date + Time 2016-01-14
3+
=======================
4+
Added:
5+
- RM #682804 full support for IP/UDP/TCP software checksum in environments where HW checksum offloading is not supported
6+
- RM #678967 rpms updates to comply with rpmlint
7+
- RM #568607 remove config_parser.y (in addition to removal of config_scanner.l) from compilation
8+
- RM #541581 removed debug log that created false alarm at exit of application
9+
110
Version 7.0.13-0:
211
Date + Time 2016-01-09
312
=======================

0 commit comments

Comments
 (0)