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.4 (v5-beta)
Download file name: rsyslog 5.7.4 (v5-beta)
rsyslog 5.7.4 (v5-beta)
md5sum: 2e05a72d743205ee63ae723384f52268
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 5.7.4 File size: 2.2 MB
Changelog for 5.7.4 (v5-beta)
Version 5.7.4 [V5-BETA] (rgerhards), 2011-02-17
- added pmsnare parser module (written by David Lang)
- enhanced imfile to support non-cancel input termination
- improved systemd socket activation thanks to Marius Tomaschweski
- improved error reporting for $WorkDirectory
non-existance and other detectable problems are now reported,
and the work directory is NOT set in this case - bugfix: pmsnare causded abort under some conditions
- bugfix: abort if imfile reads file line of more than 64KiB
Thanks to Peter Eisentraut for reporting and analysing this problem.
bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=221 - bugfix: queue engine did not properly slow down inputs in FULL_DELAY mode
when in disk-assisted mode. This especially affected imfile, which
created unnecessarily queue files if a large set of input file data was
to process. - bugfix: very long running actions could prevent shutdown under some
circumstances. This has now been solved, at least for common
situations. - bugfix: fixed compile problem due to empty structs
this occured only on some platforms/compilers. thanks to Dražen Kačar
for the fix
rsyslog 5.7.3 (v5-beta) released
Hi all,
We have just released rsyslog 5.7.3, the new v5-beta.
This release both offers a set of new features and, at the same time, turns 5.7.3 into beta state. Continue reading “rsyslog 5.7.3 (v5-beta) released”
rsyslog 5.7.3 (v5-beta)
Download file name: rsyslog 5.7.3 (v5-beta)
rsyslog 5.7.3 (v5-beta)
md5sum: 2ed73db2c36798e12be41c6a02dedda7
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 5.7.3 File size: 2.2 MB
Changelog for 5.7.3 (v5-beta)
Version 5.7.3 [V5-BETA] (rgerhards), 2011-02-07
- added support for processing multi-line messages in imfile
thanks to David Lang for implementing this - added $IMUDPSchedulingPolicy and $IMUDPSchedulingPriority config settings
- added $LocalHostName config directive
- bugfix: fixed build problems on some platforms
namely those that have 32bit atomic operations but not 64 bit ones - bugfix: local hostname was pulled too-early, so that some config
directives (namely FQDN settings) did not have any effect - bugfix: imfile did duplicate messages under some circumstances
- added $OMMySQLConfigFile config directive
- added $OMMySQLConfigSection config directive