rsyslog 6.2.2 (v6-stable) released
This is a bug-fixing release. Updating is recommended for users of the v6-stable branch. New users please note that in order to build this release, libestr, libee and optionally liblognorm (for mmnormalize) is required.
For more information about the fixes, please refer to the ChangeLog.
ChangeLog:
http://www.rsyslog.com/changelog-for-6-2-2-v6-stable/
Download:
http://www.rsyslog.com/rsyslog-6-2-2-v6-stable/
As always, feedback is appreciated.
Best regards,
Florian Riedl
rsyslog 6.2.2 (v6-stable)
Download file name: rsyslog 6.2.2 (stable)
rsyslog 6.2.2 (stable)
md5sum: b797b8222d6ea4d5dfa007efe8aafa7f
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 6.2.2 File size: 2.432 MB
Changelog for 6.2.2 (v6-stable)
Version 6.2.2 [v6-stable], 2012-06-13
- build system improvements and spec file templates
Thanks to Abby Edwards for providing these enhancements - bugfix: disk queue was not persisted on shutdown, regression of fix to
http://bugzilla.adiscon.com/show_bug.cgi?id=299
The new code also handles the case of shutdown of blocking light and full delayable sources somewhat smarter and permits, assuming sufficient timouts, to persist message up to the max queue capacity. Also some nits in debug instrumentation have been fixed. - bugfix: –enable-smcustbindcdr configure directive did not work
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=330
Thanks to Ultrabug for the patch. - add small delay (50ms) after sending shutdown message. There seem to be cases where the shutdown message is otherwise not processed, not even on an idle system.
Thanks to Marcin for bringing this problem up. - support for resolving huge groups
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=310
Thanks to Alec Warner for the patch - bugfix: potential hang due to mutex deadlock
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=316
Thanks to Andreas Piesk for reporting&analyzing this bug as well as providing patches and other help in resolving it. - bugfix: property PROCID empty instead of proper nilvalue if not present
If it is not present, it must have the nilvalue “-” as of RFC5424
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=332
Thanks to John N for reporting this issue. - bugfix: did not compile under solaris due to $uptime property code
For the time being, $uptime is not supported on Solaris - bugfix: “last message repeated n times” message was missing hostname
Thanks to Zdenek Salvet for finding this bug and to Bodik for reporting