summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-06-16 15:17:48 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-06-16 15:17:48 +0200
commit90f8c7300495da9b61e4706be652c612fccc084f (patch)
tree47c6065cf8f2dcd9cfb6b0059f6a0d613b00cfa7 /ChangeLog
parent1b9dffd5501807af9472a12c702aa582b23fca96 (diff)
downloadrsyslog-90f8c7300495da9b61e4706be652c612fccc084f.tar.gz
rsyslog-90f8c7300495da9b61e4706be652c612fccc084f.tar.xz
rsyslog-90f8c7300495da9b61e4706be652c612fccc084f.zip
bugfix: problems in failover action handling
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=270 (not yet confirmed!)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 042aeae3..0d7bf02a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
---------------------------------------------------------------------------
Version 5.8.2 [V5-stable] (rgerhards), 2011-06-??
+- bugfix: problems in failover action handling
+ closes: http://bugzilla.adiscon.com/show_bug.cgi?id=270 (not yet confirmed!)
- bugfix: memory leak in imtcp & subsystems under some circumstances
This leak is tied to error conditions which lead to incorrect cleanup
of some data structures. [backport from v6]