summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-05-16 16:39:27 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-05-16 16:39:27 +0200
commit03e9a91731aa601475b7af1348b78284cf872684 (patch)
treea93fdd31a3a5fbdd0daeaf120a3e6e5194f16e51 /ChangeLog
parent29897b90ce41190ea0a3a06fcf5b8e6e5d39b627 (diff)
downloadrsyslog-03e9a91731aa601475b7af1348b78284cf872684.tar.gz
rsyslog-03e9a91731aa601475b7af1348b78284cf872684.tar.xz
rsyslog-03e9a91731aa601475b7af1348b78284cf872684.zip
bugfix: imtcp could cause hang during reception
this also applied to other users of core file tcpsrv.c, but imtcp was by far the most prominent and widely-used, the rest rather exotic (like imdiag) NOTE: this patch is probably not 100% correct and may cause problems if multiple tcpsrv.c users existing within a configuration. The next step is to evaluate this and probably slightly change the worker thread startup/shutdown location.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e699af38..4f9f4f50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
---------------------------------------------------------------------------
Version 6.3.9 [DEVEL] 2012-04-??
+- bugfix: imtcp could cause hang during reception
+ this also applied to other users of core file tcpsrv.c, but imtcp was
+ by far the most prominent and widely-used, the rest rather exotic
+ (like imdiag)
- added capability to specify substrings for field extraction mode
- added the "jsonf" property replacer option (and fieldname)
- bugfix: omudpspoof did not work correctly if no spoof hostname was