summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-06-14 08:54:37 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-06-14 08:54:37 +0200
commit2529a2379a1e9312dbef1bb155ba476b1a03707e (patch)
tree9a384af5e7221286a8b25541a6fc62b6d9f88372
parentd2b9feaf34bced59fad7e11c270482608a1eb900 (diff)
downloadrsyslog-2529a2379a1e9312dbef1bb155ba476b1a03707e.tar.gz
rsyslog-2529a2379a1e9312dbef1bb155ba476b1a03707e.tar.bz2
rsyslog-2529a2379a1e9312dbef1bb155ba476b1a03707e.zip
doc: mention contributed patch in ChangeLog
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0a7d0ff..037de050 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@ Version 7.4.1 [v7.4-stable] 2013-06-??
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: prevent a segfault in imjournal if state file is not defined
- 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