Skip to content

Commit 3de76bb

Browse files
committed
issue: 321712 ****************** VMA 7.0.12 *******************
Change-Id: Ia32a5be2f3539ed977c42dba6e4bd62254016f5b Signed-off-by: Ophir Munk <[email protected]>
1 parent 84d4535 commit 3de76bb

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-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], 11)
7+
define([vma_ver_revision], 12)
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=11
41+
VMA_LIBRARY_REVISION=12
4242
AC_SUBST(VMA_LIBRARY_REVISION)
4343

4444
#VMA_LIBRARY_RELEASE-vma_ver_release

journal.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Version 7.0.12-0:
2+
Date + Time 2015-12-24
3+
=======================
4+
Added:
5+
- RM #635537 Change default of VMA_EXCEPTION_HANDLING=0 - log debug and try recovery
6+
- RM #651946 improve RX/TX stddev and latency for UDP and TCP sockets
7+
- RM #661421 support log level input as strings
8+
- RM #652089 Add FORTIFY definition to CFLAGS/CXXFLAGS in configure and makefile
9+
- RM #668321 avoid lex -Werror issues by generating correct C source files in advance
10+
- RM #631197 create log severity "details" (between info and debug)
11+
12+
Fixed:
13+
- RM #623252 Fix make dist/clean for lex files errors (due to FORTIFY)
14+
- RM #659575 Fix a crash when closing the process while other threads
15+
are waiting on some sockets
16+
17+
Version 7.0.11-0:
118
Date + Time 2015-11-17
219
=======================
320
Fixed:

0 commit comments

Comments
 (0)