summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-04 06:58:48 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-04 06:58:48 +0000
commit54751c7e6e374c130d6d6d5cee5db493f7919fef (patch)
tree83471bca5eb971527efedef7356cc73cee46ebe7 /ChangeLog
parent92a0907c224acfaab99e38f0d9fa6308eb9876fd (diff)
downloadrsyslog-54751c7e6e374c130d6d6d5cee5db493f7919fef.tar.gz
rsyslog-54751c7e6e374c130d6d6d5cee5db493f7919fef.tar.xz
rsyslog-54751c7e6e374c130d6d6d5cee5db493f7919fef.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 c30c8c7d..6371a746 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,12 @@ Version 3.17.0 (rgerhards), 2008-04-??
timeframe with queues - so things can be configured to be done
at off-peak hours
- bugfix: some memory leak when queue is runing in disk mode
+- 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.
---------------------------------------------------------------------------
Version 3.15.1 (rgerhards), 2008-04-??
- disabled atomic operations for the time being because they introduce some