rsyslog 5.7.9 (v5-beta)
Download file name: rsyslog 5.7.9 (v5-beta)
rsyslog 5.7.9 (v5-beta)
md5sum: 4f0916da37e23cba1265e3b72f114657
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 5.7.9 File size: 2.3 MB
rsyslog 6.1.6 (devel) released
We have just released rsyslog 6.1.6, the new v6-devel.
This release include a couple of important bug-fixes that coordinates it with fixes applied to earlier versions. Continue reading “rsyslog 6.1.6 (devel) released”
rsyslog 6.1.6 (v6-devel)
Download file name: rsyslog 6.1.6 (v6-devel)
rsyslog 6.1.6 (v6-devel)
md5sum: b944020217ceb8c7fa620b7cccd43831
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 6.1.6 File size: 2.3 MB
Changelog for 6.1.6 (v6-devel)
Version 6.1.6 [DEVEL] (rgerhards), 2011-03-14
- enhanced omhdfs to support batching mode. This permits to increase
performance, as we now call the HDFS API with much larger message
sizes and far more infrequently - improved testbench
among others, life tests for ommysql (against a test database) have
been added, valgrind-based testing enhanced, … - bugfix: minor memory leak in omlibdbi (< 1k per instance and run)
- bugfix: (regression) omhdfs did no longer compile
- bugfix: omlibdbi did not use password from rsyslog.con
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=203 - systemd support somewhat improved (can now take over existing log sockt)
- bugfix: discard action did not work under some circumstances
fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=217 - bugfix: file descriptor leak in gnutls netstream driver
fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=222 - fixed compile problem in imtemplate
fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=235
rsyslog 5.7.8 (v5-beta) released
We have just released rsyslog 5.7.8, the new v5-beta.
This is a maintenance release for the current v5-beta branch. It contains some important bug fixes. Continue reading “rsyslog 5.7.8 (v5-beta) released”
rsyslog 5.7.8 (v5-beta)
Download file name: rsyslog 5.7.8 (v5-beta)
rsyslog 5.7.8 (v5-beta)
md5sum: 0a515e921c916646d9515ed050490245
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 5.7.8 File size: 2.2 MB
Changelog for 5.7.8 (v5-beta)
Version 5.7.8 [V5-BETA] (rgerhards), 2011-03-09
- systemd support somewhat improved (can now take over existing log sockt)
- bugfix: discard action did not work under some circumstances
fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=217 - bugfix: file descriptor leak in gnutls netstream driver
fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=222
rsyslog 6.1.5 (devel) released
We have just released rsyslog 6.1.5, the new v6-devel.
This is both a stability and a performance enhancement release. Continue reading “rsyslog 6.1.5 (devel) released”
rsyslog 6.1.5 (v6-devel)
Download file name: rsyslog 6.1.5 (devel)
rsyslog 6.1.5 (devel)
md5sum: f031a18b19fda05d5eea8951ccb1a356
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 6.1.5 File size: 2.3 MB
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.