summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-06-10 08:07:50 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-06-10 08:07:50 +0200
commit5d061ce8522163d0b16fece9ac7adb11f60fe0d0 (patch)
treeb9121c27a140a6b02dde3994f2f6cab4fca82d09
parent573e3fb27c6521255a687da9321a9ecc7ce634ef (diff)
downloadrsyslog-5d061ce8522163d0b16fece9ac7adb11f60fe0d0.tar.gz
rsyslog-5d061ce8522163d0b16fece9ac7adb11f60fe0d0.tar.bz2
rsyslog-5d061ce8522163d0b16fece9ac7adb11f60fe0d0.zip
doc: add contributed patches to ChangeLog
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6f1e2cb..f0a7d0ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
---------------------------------------------------------------------------
Version 7.4.1 [v7.4-stable] 2013-06-??
+- bugfix: potential loop in rate limiting
+ if the message that tells about rate-limiting gets rate-limited itself,
+ it will potentially create and endless loop
+- bugfix: potential segfault in imjournal if journal DB is corrupted
- bugfix imzmq3: potential segfault on startup
if no problem happend at startup, everything went fine
Thanks to Hongfei Cheng and Brian Knox for the patch