File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-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] , 11 )
7
+ define ( [ vma_ver_revision] , 12 )
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=11
41
+ VMA_LIBRARY_REVISION=12
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.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:
1
18
Date + Time 2015-11-17
2
19
=======================
3
20
Fixed:
You can’t perform that action at this time.
0 commit comments