Changelog for 6.1.5 (v6 devel)
Version 6.1.5 [DEVEL] (rgerhards), 2011-03-04
- improved testbench
- enhanced imtcp to use a pool of worker threads to process incoming
messages. This enables higher processing rates, especially in the TLS
case (where more CPU is needed for the crypto functions) - added support for TLS (in anon mode) to tcpflood
- improved TLS error reporting
- improved TLS startup (Diffie-Hellman bits do not need to be generated,
as we do not support full anon key exchange — we always need certs) - bugfix: fixed a memory leak and potential abort condition
this could happen if multiple rulesets were used and some output batches
contained messages belonging to more than one ruleset.
fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=226
fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=218 - bugfix: memory leak when $RepeatedMsgReduction on was used
bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=225 - bugfix: potential abort condition when $RepeatedMsgReduction set to on
as well as potentially in a number of other places where MsgDup() was
used. This only happened when the imudp input module was used and it
depended on name resolution not yet had taken place. In other words,
this was a strange problem that could lead to hard to diagnose
instability. So if you experience instability, chances are good that
this fix will help.
rsyslog 5.6.4 (v5-stable) released
We have just released rsyslog 5.6.4, the new v5-stable.
This is a maintenance release for the current v5-stable branch. It contains some important bug fixes. It is highly recommended to upgrade to this version. Continue reading “rsyslog 5.6.4 (v5-stable) released”
rsyslog 5.6.4 (v5-stable)
Download file name: rsyslog 5.6.4 (v5-stable)
rsyslog 5.6.4 (v5-stable)
md5sum: 0530db8ca71575ef23a027e9d514aa7e
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 5.6.4 File size: 2.2 MB
Changelog for 5.6.4 (v5-stable)
Version 5.6.4 [V5-STABLE] (rgerhards), 2011-03-03
- bugfix: potential abort condition when $RepeatedMsgReduction set to on
as well as potentially in a number of other places where MsgDup() was
used. This only happened when the imudp input module was used and it
depended on name resolution not yet had taken place. In other words,
this was a strange problem that could lead to hard to diagnose
instability. So if you experience instability, chances are good that
this fix will help. - bugfix: fixed a memory leak and potential abort condition
this could happen if multiple rulesets were used and some output batches
contained messages belonging to more than one ruleset.
fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=226
fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=218 - bugfix: memory leak when $RepeatedMsgReduction on was used
bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=225
rsyslog 5.7.6 (v5-beta) released
We have just released rsyslog 5.7.6, the new v5-beta.
This is a maintenance release. It contains fixes for a memory leak Continue reading “rsyslog 5.7.6 (v5-beta) released”
rsyslog 5.7.6 (v5-beta)
Download file name: rsyslog 5.7.6 (v5-beta)
rsyslog 5.7.6 (v5-beta)
md5sum: 256baf1388db603f1a1c1fb8a920e4e7
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 5.7.6 File size: 2.2 MB
Changelog for 5.7.6 (v5-beta)
Version 5.7.6 [V5-BETA] (rgerhards), 2011-02-25
- bugfix: fixed a memory leak and potential abort condition this could happen if multiple rulesets were used and some output batches contained messages belonging to more than one ruleset.
fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=226
fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=218 - bugfix: memory leak when $RepeatedMsgReduction on was used
bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=225
rsyslog 5.7.5 (v5-beta) released
Hi all,
We have just released rsyslog 5.7.5, the new v5-beta.
This is a maintainance release. Most importantly, Continue reading “rsyslog 5.7.5 (v5-beta) released”
rsyslog 5.7.5 (v5-beta)
Download file name: rsyslog 5.7.5 (v5-beta)
rsyslog 5.7.5 (v5-beta)
md5sum: 335cf592f6f8f00b7194444ef291c34d
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 5.7.5 File size: 2.2 MB
Changelog for 5.7.5
Version 5.7.5 [V5-BETA] (rgerhards), 2011-02-23
- enhance: imfile did not yet support multiple rulesets, now added
we do this directly in the beta because a) it does not affect existing
functionality and b) one may argue that this missing functionality is
close to a bug. - improved testbench, added tests for imuxsock
- bugfix: imuxsock did no longer sanitize received messages
This was a regression from the imuxsock partial rewrite. Happened
because the message is no longer run through the standard parsers.
bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=224 - bugfix: minor race condition in action.c – considered cosmetic
This is considered cosmetic as multiple threads tried to write exactly
the same value into the same memory location without sync. The method
has been changed so this can no longer happen.
