summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-04 06:57:54 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-04 06:57:54 +0000
commit798acf51b482387a2702bd4064d538d7b3bedaa3 (patch)
tree946c7b44685d0641fb4beb67f5bbd8943ebe1c9d /ChangeLog
parent6d306efe32d5d1efbfedbedf0177e469195592ad (diff)
downloadrsyslog-798acf51b482387a2702bd4064d538d7b3bedaa3.tar.gz
rsyslog-798acf51b482387a2702bd4064d538d7b3bedaa3.tar.xz
rsyslog-798acf51b482387a2702bd4064d538d7b3bedaa3.zip
removed the 32 character size limit (from RFC3164) on the tag. This had bad
effects on existing envrionments, as sysklogd didn't obey it either (probably another bug in RFC3164...). We now receive the full size, but will modify the outputs so that only 32 characters max are used by default. If you need large tags in the output, you need to provide custom templates.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40774e36..5926cc3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,12 @@ Version 3.15.1 (rgerhards), 2008-04-??
happens during startup)
- bugfix: memory leaks in script engine
- bugfix: $hostname and $fromhost in RainerScript did not work
+- We have removed the 32 character size limit (from RFC3164) on the
+ tag. This had bad effects on existing envrionments, as sysklogd didn't
+ obey it either (probably another bug in RFC3164...). We now receive
+ the full size, but will modify the outputs so that only 32 characters
+ max are used by default. If you need large tags in the output, you need
+ to provide custom templates.
- bugfix: some memory leak when queue is runing in disk mode
---------------------------------------------------------------------------
Version 3.15.0 (rgerhards), 2008-04-01