rsyslog 5.5.6 (devel)
Download file name: rsyslog 5.5.6 (devel)
5.5.6 (devel)
md5sum: 835a7dd4f404d37c9d01a1056beaf3cb
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 5.5.6 File size: 2,12 MB
Changelog for 5.5.6 (devel)
Version 5.5.6 [DEVEL] (rgerhards), 2010-07-21
- added parser modules
- pmlastmsg, which supports the notoriously malformed “last message repeated n times” messages from some syslogd’s (namely sysklogd)
- pmrfc3164sd (contributed), supports RFC5424 structured data in RFC3164 messages [untested]
- added new module type “string generator”, used to speed up output processing. Expected speedup for (typical) rsyslog processing is roughly 5 to 6 percent compared to using string-based templates.
They may also be used to do more complex formatting with custom C code, what provided greater flexibility and probably far higher speed, for example if using multiple regular expressions within a template.
- added 4 string generators for
- RSYSLOG_FileFormat
- RSYSLOG_TraditionalFileFormat
- RSYSLOG_ForwardFormat
- RSYSLOG_TraditionalForwardFormat
- bugfix: mutexes used to simulate atomic instructions were not destructed
- bugfix: regression caused more locking action in msg.c than necessary
- bugfix: “$ActionExecOnlyWhenPreviousIsSuspended on” was broken
- bugfix: segfault on HUP when “HUPIsRestart” was set to “on” thanks varmojfekoj for the patch
- bugfix: default for $OMFileFlushOnTXEnd was wrong (“off”).
This, in default mode, caused buffered writing to be used, what means that it looked like no output were written or partial lines. Thanks to Michael Biebl for pointing out this bug.
rsyslog 4.6.3 (v4-stable)
Download file name: rsyslog 4.6.3 (v4-stable)
4.6.3 (v4-stable)
md5sum: 41ff79a72a931a612fda251cfd400f4e
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 4.6.3 File size: 1.99 MB
rsyslog 4.7.0 (v4-devel)
Download file name: rsyslog 4.7.0 (v4-devel)
rsyslog 4.7.0 (devel)
md5sum: d9741285eccefd8d7538595d8354f01e
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 4.7.0 File size: 2.01 MB
rsyslog 4.6.3 (v4-stable) released
Hi all,
We have just released rsyslog 4.6.3, a member of the v4-stable branch. This is a bug-fixing release which contains an improved testbench and a new configure option Continue reading “rsyslog 4.6.3 (v4-stable) released”
Changelog for 5.5.5 (devel)
Version 5.5.5 [DEVEL] (rgerhards), 2010-05-20
- added new cancel-reduced action thread termination method
We now manage to cancel threads that block inside a retry loop to terminate without the need to cancel the thread. Avoiding cancellation helps keep the system complexity minimal and thus provides for better stability.
This also solves some issues with improper shutdown when inside an action retry loop.
rsyslog 5.5.5 (devel) released
Hi all,
We have just released rsyslog 5.5.5, a member of the devel branch. This is a bug-fixing release which contains a single fix that solves a potential hang condition on system shutdown when infinite action retries are configured for an asynchronous action using a queue in disk-assisted mode and the action was suspended. This is probably not a very common case, but a configuration recommended by our doc samples. If you do not use such a configuration, there is no need to update at this time. See Changelog for more details.
ChangeLog:
http://www.rsyslog.com/article461/
Download:
http://www.rsyslog.com/Downloads-req-viewdownloaddetails-lid-204.phtml
As always, feedback is appreciated.
Best regards,
Tom Bergfeld
rsyslog 4.7.2 (v4-devel)
Download file name: rsyslog 4.7.2 (v4-devel)
rsyslog 4.7.2 (devel)
md5sum: 15b5dd2330b1ec4943f32032d388d2a7
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 4.7.2 File size: 2.01 MB
Changelog for 4.7.2 (v4-devel)
Version 4.7.2 [v4-devel] (rgerhards), 2010-05-03
- bugfix: problems with atomic operations emulaton replaced atomic operation emulation with new code. The previous code seemed to have some issue and also limited concurrency severely. The whole atomic operation emulation has been rewritten.
- added new $Sleep directive to hold processing for a couple of seconds during startup
Changelog for 5.5.4 (devel)
Version 5.5.4 [DEVEL] (rgerhards), 2010-05-03
- This version offers full support for Solaris on Intel and Sparc
- bugfix: problems with atomic operations emulaton replaced atomic operation emulation with new code. The previous code seemed to have some issue and also limited concurrency severely. The whole atomic operation emulation has been rewritten.
- bugfix: netstream ptcp support class was not correctly build on systems without epoll() support
- bugfix: segfault on Solaris/Sparc
