summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-15 11:57:53 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-15 11:57:53 +0200
commit73f83d963bc8084a3efc186a383493cbcbc7886e (patch)
tree71ba4f9804f3d81a25f8ec2e58ae2389fa1112c5 /ChangeLog
parentc5408da3d8f17691fb91282d031757ed041fec55 (diff)
parent11c3b7d9e4198396dbe0bfa0308d80901072c673 (diff)
downloadrsyslog-73f83d963bc8084a3efc186a383493cbcbc7886e.tar.gz
rsyslog-73f83d963bc8084a3efc186a383493cbcbc7886e.tar.xz
rsyslog-73f83d963bc8084a3efc186a383493cbcbc7886e.zip
Merge branch 'master' into newqueue
Conflicts: tools/syslogd.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ef7ee12..f6d8ae17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -203,6 +203,11 @@ Version 4.7.0 [v4-devel] (rgerhards), 2009-09-??
- imported changes from 4.5.6 and below
---------------------------------------------------------------------------
Version 4.5.6 [v4-beta] (rgerhards), 2009-09-??
+- bugfix(minor): diag function returned wrong queue memeber count
+ for the main queue if an active DA queue existed. This had no relevance
+ to real deployments (assuming they are not running the debug/diagnostic
+ module...), but sometimes caused grief and false alerts in the
+ testbench.
- included some important fixes from v4-stable:
* bugfix: invalid handling of zero-sized messages
* bugfix: zero-sized UDP messages are no longer processed
@@ -599,6 +604,8 @@ version before switching to this one.
Thanks to Ken for providing the patch
---------------------------------------------------------------------------
Version 3.22.2 [v3-stable] (rgerhards), 2009-07-??
+- enhance: imrelp now also provides remote peer's IP address
+ [if librelp != 1.0.0 is used]
- bugfix: sending syslog messages with zip compression did not work
- clarified use of $ActionsSendStreamDriver[AuthMode/PermittedPeers]
in doc set (require TLS drivers)