summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-09-27 11:41:17 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-09-27 11:41:17 +0200
commit3773aadcdd8008b97bb532f6d29fe29d17b06159 (patch)
tree7a8d160aded0b82cd9bfa9f156667133f8e2a007 /ChangeLog
parent43933920353ed6911738255d509cd001960ff1b7 (diff)
downloadrsyslog-3773aadcdd8008b97bb532f6d29fe29d17b06159.tar.gz
rsyslog-3773aadcdd8008b97bb532f6d29fe29d17b06159.tar.xz
rsyslog-3773aadcdd8008b97bb532f6d29fe29d17b06159.zip
added support for SCM_CREDENTIALS to imuxsock (now fully working)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9696f398..6622b67c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
---------------------------------------------------------------------------
+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)
+- added new config statements
+ * $InputUnixListenSocketUsePIDFromSystem
+ * $SystemLogUsePIDFromSystem
+---------------------------------------------------------------------------
Version 5.7.0 [V5-DEVEL] (rgerhards), 2010-09-16
- added module impstat to emit periodic statistics on rsyslog counters
- support for systemd officially added