summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-27 11:26:09 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-27 11:26:09 +0100
commit18399f11cd48c12a1314c59475d6e26889cecf49 (patch)
tree7bb937868f2dd8d186c0b16317d96e46f5434e5e /ChangeLog
parent306ba17b54bd89843ad083f23e11fde43758f928 (diff)
downloadrsyslog-18399f11cd48c12a1314c59475d6e26889cecf49.tar.gz
rsyslog-18399f11cd48c12a1314c59475d6e26889cecf49.tar.xz
rsyslog-18399f11cd48c12a1314c59475d6e26889cecf49.zip
re-implemented $EscapeControlCharacterTab config directive
Based on Jonathan Bond-Caron's patch for v4. This now also includes some automatted tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 799ec152..3ac7ff73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@ Version 5.5.1 [DEVEL] (rgerhards), 2009-11-??
epoll netstream drivers. So far, an epoll driver has only been
implemented for plain tcp syslog, the rest will follow once the code
proves well in practice AND there is demand.
+- re-implemented $EscapeControlCharacterTab config directive
+ Based on Jonathan Bond-Caron's patch for v4. This now also includes some
+ automatted tests.
- 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