summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-05-14 09:05:38 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-05-14 09:05:38 +0200
commit131e581845678a30e3dea0e499e78acc429cd5fa (patch)
tree6e0034ec0007f670f8735a80b4eec6a8c224648e /ChangeLog
parent184497d4cbc438d14d1dedb0b21e8b6e27990690 (diff)
downloadrsyslog-131e581845678a30e3dea0e499e78acc429cd5fa.tar.gz
rsyslog-131e581845678a30e3dea0e499e78acc429cd5fa.tar.xz
rsyslog-131e581845678a30e3dea0e499e78acc429cd5fa.zip
bugfix/omudpspoof: problems, including abort, happend when run on multiple threads.
Root cause is that libnet is not thread-safe. Omudpspoof now guards libnet calls with their own mutex.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea21b3ea..c2290bac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@ Version 5.8.12 [V5-stable] 2012-05-??
full delayable sources somewhat smarter and permits, assuming sufficient
timouts, to persist message up to the max queue capacity. Also some nits
in debug instrumentation have been fixed.
+- bugfix/omudpspoof: problems, including abort, happend when run on
+ multiple threads. Root cause is that libnet is not thread-safe.
+ omudpspoof now guards libnet calls with their own mutex.
- bugfix/tcpflood: sending small test files did not work correctly
---------------------------------------------------------------------------
Version 5.8.11 [V5-stable] 2012-05-03