summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-04-07 15:49:40 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-04-07 15:49:40 +0200
commiteefb295c90fb51c9f6f7c1a5bb95bba52d3a3557 (patch)
tree1f309ab4f05918283aebcafb9ffac963d3a4ff39 /ChangeLog
parentd6da57ae0370aeb705f63fd04e575b5ed4684618 (diff)
parentc64203c7f2c886712c33c21de7e0e53b7939a883 (diff)
downloadrsyslog-eefb295c90fb51c9f6f7c1a5bb95bba52d3a3557.tar.gz
rsyslog-eefb295c90fb51c9f6f7c1a5bb95bba52d3a3557.tar.xz
rsyslog-eefb295c90fb51c9f6f7c1a5bb95bba52d3a3557.zip
Merge branch 'v5-devel'
Conflicts: ChangeLog configure.ac doc/manual.html plugins/imptcp/imptcp.c plugins/imtcp/imtcp.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a0b560e4..32e58311 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+---------------------------------------------------------------------------
+Version 5.9.6 [V5-DEVEL], 2012-03-??
+- permit size modifiers (k,m,g,...) in integer config parameters
+ Thanks to Jo Rhett for the suggestion.
+- bugfix: imklog invalidly computed facility and severity
+ closes: http://bugzilla.adiscon.com/show_bug.cgi?id=313
- added configuration directive to disable octet-counted framing
for imtcp, directive is $InputTCPServerSupportOctetCountedFraming
for imptcp, directive is $InputPTCPServerSupportOctetCountedFraming
@@ -510,6 +516,12 @@ Version 5.8.9 [V5-stable] 2012-03-15
stats subsystem.
---------------------------------------------------------------------------
Version 5.8.8 [V5-stable] 2012-03-05
+- added capability to use a local interface IP address as fromhost-ip for
+ imuxsock imklog
+ new config directives: $IMUXSockLocalIPIF, $klogLocalIPIF
+- added configuration directives to customize queue light delay marks
+ $MainMsgQueueLightDelayMark, $ActionQueueLightDelayMark; both
+ specify number of messages starting at which a delay happens.
- bugfix: omprog made rsyslog abort on startup if not binary to
execute was configured
- bugfix: imklog invalidly computed facility and severity