summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-09-28 17:52:15 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-09-28 17:52:15 +0200
commitf4d6418102033c22b0ae71d496e993b00773b5c4 (patch)
tree61a42c00a5f76aa633c969844536446ca648e6bb /ChangeLog
parent054d2ccdd6044f94823f8facbda935cb70646333 (diff)
downloadrsyslog-f4d6418102033c22b0ae71d496e993b00773b5c4.tar.gz
rsyslog-f4d6418102033c22b0ae71d496e993b00773b5c4.tar.xz
rsyslog-f4d6418102033c22b0ae71d496e993b00773b5c4.zip
doc/imuxsock: added new options to doc
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ca1428b4..f9b79392 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,23 @@
---------------------------------------------------------------------------
Version 5.7.1 [V5-DEVEL] (rgerhards), 2010-09-??
- imuxsock now optionally use SCM_CREDENTIALS to pull the pid from the log
- socket itself (thanks to Lennart Poettering for the suggestion)
+ socket itself
+ (thanks to Lennart Poettering for the suggesting this feature)
+- imuxsock now optionally uses per-process input rate limiting, guarding the
+ user against processes spamming the system log
+ (thanks to Lennart Poettering for suggesting this feature)
- added new config statements
* $InputUnixListenSocketUsePIDFromSystem
* $SystemLogUsePIDFromSystem
+ * $SystemLogRateLimitInterval
+ * $SystemLogRateLimitBurst
+ * $SystemLogRateLimitSeverity
+ * $IMUxSockRateLimitInterval
+ * $IMUxSockRateLimitBurst
+ * $IMUxSockRateLimitSeverity
- imuxsock now supports up to 50 different sockets for input
+- some code cleanup in imuxsock (consider this a release a major
+ modification, especially if problems show up)
---------------------------------------------------------------------------
Version 5.7.0 [V5-DEVEL] (rgerhards), 2010-09-16
- added module impstat to emit periodic statistics on rsyslog counters