Skip to content

Commit 71c007c

Browse files
author
Risto Vaarandi
committed
version 2.9.alpha2
1 parent 4ef1723 commit 71c007c

4 files changed

Lines changed: 511 additions & 509 deletions

File tree

ChangeLog

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--- version 2.9.alpha1
1+
--- version 2.9.alpha2
22

33
* added support for 'cmdexec', 'spawnexec', 'cspawnexec', 'pipeexec'
44
and 'reportexec' actions.
@@ -12,7 +12,13 @@
1212
* added ipv6 support for 'tcpsock' and 'udpsock' actions.
1313

1414
* bugfixes for 'write', 'writen', 'owritecl', 'udgram', 'ustream',
15-
'udpsock' and 'tcpsock' actions.
15+
'udpsock' and 'tcpsock' actions (exceptions from syswrite() and send()
16+
are now handled, and 'ustream' action no longer blocks on Linux when
17+
peer backlog queue is full).
18+
19+
* improved socket handling routines.
20+
21+
* improved error reporting for invalid command line arguments.
1622

1723
* starting from this version, a program provided with --timeout-script
1824
command line option is executed without shell interpretation.

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SEC (Simple Event Correlator) 2.9.alpha1
1+
SEC (Simple Event Correlator) 2.9.alpha2
22

33
Introduction:
44
-------------

0 commit comments

Comments
 (0)