summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-30 16:51:22 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-30 16:51:22 +0100
commitcaad1340d64a345fa9d1bfc3f902e898d6ee2f76 (patch)
tree6551a4ba5648443e6306a96b836aa599c17d4886 /ChangeLog
parent154147307442d572de930f09363b144c06802ca1 (diff)
downloadrsyslog-caad1340d64a345fa9d1bfc3f902e898d6ee2f76.tar.gz
rsyslog-caad1340d64a345fa9d1bfc3f902e898d6ee2f76.tar.xz
rsyslog-caad1340d64a345fa9d1bfc3f902e898d6ee2f76.zip
bugfix: correct default for escape ('#') character restored
This was accidently changed to '\\', thanks to David Lang for reporting the bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index afa1d7c5..de99e0a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
---------------------------------------------------------------------------
Version 5.3.4 [DEVEL] (rgerhards), 2009-10-??
+- bugfix: correct default for escape ('#') character restored
+ This was accidently changed to '\\', thanks to David Lang for reporting
- added the capability to have ruleset-specific main message queues
This offers considerable additional flexibility AND superior performance
(in cases where multiple inputs now can avoid lock contention)