summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-04-27 10:09:15 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-04-27 10:09:15 +0200
commit24b62834801043bf2d9560b0cca3967e5762bea1 (patch)
tree56af4108541a9deb95df720bae28627101f6fcfd /ChangeLog
parent7420dd6c2f68fc1abcce9fb2076d3aadc92cbffc (diff)
downloadrsyslog-24b62834801043bf2d9560b0cca3967e5762bea1.tar.gz
rsyslog-24b62834801043bf2d9560b0cca3967e5762bea1.tar.xz
rsyslog-24b62834801043bf2d9560b0cca3967e5762bea1.zip
bugfix: rate-limiting inside imuxsock did not work 100% correct
reason was that a global config variable was invalidly accessed where a listener variable should have been used. Also performance-improved the case when rate limiting is turned off (this is a very unintrusive change, thus done directly to the stable version).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a46b2c9..48b58a9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
---------------------------------------------------------------------------
Version 5.8.1 [V5-stable] (rgerhards), 2011-04-??
+- bugfix: rate-limiting inside imuxsock did not work 100% correct
+ reason was that a global config variable was invalidly accessed where a
+ listener variable should have been used.
+ Also performance-improved the case when rate limiting is turned off (this
+ is a very unintrusive change, thus done directly to the stable version).
- bugfix: $myhostname not available in RainerScript (and no error message)
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=233
- bugfix: doc for impstats had wrong config statements