summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-05-02 12:43:58 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-05-02 12:43:58 +0200
commit921bebc8ee203c0569332c636515c4de036dfcf9 (patch)
tree13bcf471ec464ffe358bdeb2824036e6dd8f74d7 /ChangeLog
parentd13ec67f9ab9c59a88952af6aec372fd082401ca (diff)
downloadrsyslog-921bebc8ee203c0569332c636515c4de036dfcf9.tar.gz
rsyslog-921bebc8ee203c0569332c636515c4de036dfcf9.tar.xz
rsyslog-921bebc8ee203c0569332c636515c4de036dfcf9.zip
bugfix: TCP connection invalidly aborted when messages needed to be discarded
due to QUEUE_FULL or similar problem
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6adcc29e..16928921 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,8 @@ Version 4.6.6 [v4-stable] (rgerhards), 2010-11-??
bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=221
- bugfix: omlibdbi did not use password from rsyslog.con
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=203
+- bugfix: TCP connection invalidly aborted when messages needed to be
+ discarded (due to QUEUE_FULL or similar problem)
- bugfix: a slightly more informative error message when a TCP
connections is aborted
- some improvements thanks to clang's static code analyzer