summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-04-27 17:59:11 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-04-27 17:59:11 +0200
commit5930014cddf4ed5a5d0970f2a3b16be002c1ce4c (patch)
treee2fe83c0c576ee285c136d500de2838b1e5b5397 /ChangeLog
parent6093f3110306e0575d10d09807da1e6895af4eba (diff)
parent24b62834801043bf2d9560b0cca3967e5762bea1 (diff)
downloadrsyslog-5930014cddf4ed5a5d0970f2a3b16be002c1ce4c.tar.gz
rsyslog-5930014cddf4ed5a5d0970f2a3b16be002c1ce4c.tar.xz
rsyslog-5930014cddf4ed5a5d0970f2a3b16be002c1ce4c.zip
Merge branch 'v5-stable'
Conflicts: tools/syslogd.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76d05e68..56bcf5df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -184,6 +184,11 @@ Version 5.9.0 [V5-DEVEL] (rgerhards), 2011-03-??
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=236
---------------------------------------------------------------------------
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
@@ -194,6 +199,7 @@ Version 5.8.1 [V5-stable] (rgerhards), 2011-04-??
- bugfix: IPv6-address could not be specified in omrelp
this was due to improper parsing of ":"
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=250
+- bugfix(minor): improper template function call in syslogd.c
---------------------------------------------------------------------------
Version 5.8.0 [V5-stable] (rgerhards), 2011-04-12