summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-26 17:35:54 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-26 17:35:54 +0100
commitf77dc853ed217e824d86bf8feb0c6e75cc0f230e (patch)
tree95b6b6dc8afe4ddcfb547675e67ee9fdcd5bb00c /ChangeLog
parent809c7e3cdcba3bef8d29702f37c3c8b580c3d1bd (diff)
parente5fe270bdbcfbdd22cf9dcc71e7a83b6cc88a979 (diff)
downloadrsyslog-f77dc853ed217e824d86bf8feb0c6e75cc0f230e.tar.gz
rsyslog-f77dc853ed217e824d86bf8feb0c6e75cc0f230e.tar.xz
rsyslog-f77dc853ed217e824d86bf8feb0c6e75cc0f230e.zip
Merge branch 'beta' into master
Conflicts: ChangeLog action.c configure.ac doc/manual.html doc/rsyslog_conf_modules.html tests/sndrcv_drvr.sh
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bc4db4a..c31de3dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@ Version 5.5.1 [DEVEL] (rgerhards), 2009-11-??
proves well in practice AND there is demand.
- bugfix: enabling GSSServer crashes rsyslog startup
Thanks to Tomas Kubina for the patch [imgssapi]
+- bugfix (kind of): check if TCP connection is still alive if using TLS
+ Thanks to Jonathan Bond-Caron for the patch.
---------------------------------------------------------------------------
Version 5.5.0 [DEVEL] (rgerhards), 2009-11-18
- moved DNS resolution code out of imudp and into the backend processing
@@ -24,8 +26,12 @@ Version 5.5.0 [DEVEL] (rgerhards), 2009-11-18
Version 5.3.6 [BETA] (rgerhards), 2009-11-??
- bugfix: omfile output was only written when buffer was full, not at
end of transaction
+- bugfix: commit transaction was not properly conveyed to message layer,
+ potentially resulting in non-message destruction and thus hangs
- bugfix: enabling GSSServer crashes rsyslog startup
Thanks to Tomas Kubina for the patch [imgssapi]
+- bugfix (kind of): check if TCP connection is still alive if using TLS
+ Thanks to Jonathan Bond-Caron for the patch.
---------------------------------------------------------------------------
Version 5.3.5 [BETA] (rgerhards), 2009-11-13
- some light performance enhancement by replacing time() call with much
@@ -319,6 +325,8 @@ Version 4.5.7 [v4-beta] (rgerhards), 2009-11-18
be generated only after the process has started, but not right from
the beginning. This is assumed to be useful for hard-to-find bugs.
Also improved the doc on the debug system.
+- bugfix (kind of): check if TCP connection is still alive if using TLS
+ Thanks to Jonathan Bond-Caron for the patch.
- bugfix [imported from 4.4.3]: $ActionExecOnlyOnceEveryInterval did
not work.
---------------------------------------------------------------------------