File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ AC_PREREQ(2.59)
4
4
#
5
5
define ( [ vma_ver_major] , 7 )
6
6
define ( [ vma_ver_minor] , 0 )
7
- define ( [ vma_ver_revision] , 13 )
7
+ define ( [ vma_ver_revision] , 14 )
8
8
define ( [ vma_ver_release] , 0 )
9
9
10
10
AC_INIT ( libvma ,
[ vma_ver_major.vma_ver_minor.vma_ver_revision] ,
[email protected] )
@@ -38,7 +38,7 @@ VMA_LIBRARY_MINOR=0
38
38
AC_SUBST ( VMA_LIBRARY_MINOR )
39
39
40
40
# VMA_LIBRARY_REVISION-vma_ver_revision
41
- VMA_LIBRARY_REVISION=13
41
+ VMA_LIBRARY_REVISION=14
42
42
AC_SUBST ( VMA_LIBRARY_REVISION )
43
43
44
44
# VMA_LIBRARY_RELEASE-vma_ver_release
Original file line number Diff line number Diff line change
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
+
1
10
Version 7.0.13-0:
2
11
Date + Time 2016-01-09
3
12
=======================
You can’t perform that action at this time.
0 commit comments