v6

rsyslog 6.5.0 (v6-devel) released

This is an important new release of the rsyslog v6 devel branch. This release contains bugfixes, as well as new features. The most important one might be the possibility to use the config format for templates.. Please note that part of the feature set is still experimental and might be unstable. ;)

ChangeLog:

http://www.rsyslog.com/changelog-for-6-5-0-v6-devel/

Download:

http://www.rsyslog.com/rsyslog-6-5-0-v6-devel/

As always, feedback is appreciated.

Best regards,
Florian Riedl

Changelog for 6.5.0 (v6-devel)

Version 6.5.0  [devel] 2012-08-28

  • imrelp now supports non-cancel thread termination
    (but now requires at least librelp 1.0.1)
  • implemented freeCnf() module interface
    This was actually not present in older versions, even though some modules already used it. The implementation was now done, and not in 6.3/6.4 because the resulting memory leak was ultra-slim and the new interface handling has some potential to seriously break things. Not the kind of thing you want to add in late beta state, if avoidable.
  • added –enable-debugless configure option for very high demanding envs
    This actually at compile time disables a lot of debug code, resulting in some speedup (but serious loss of debugging capabilities)
  • added new 0mq plugins (via czmq lib)
    Thanks to David Kelly for contributing these modules
  • bugfix: omhdfs did no longer compile
  • bugfix: SystemLogSocketAnnotate did not work correctly
    Thanks to Miloslav Trmač for the patch
  • $SystemLogParseTrusted config file option
    Thanks to Milan Bartos for the patch
  • added template config directive
  • added new uuid message property
    Thanks to Jérôme Renard for the idea and patches.
    Note: patches were released under ASL 2.0, see
    http://bugzilla.adiscon.com/show_bug.cgi?id=353

rsyslog 6.4.0 (v6-stable) released

This is the first version of the 6.4.x stable branch. It inherits all patches that were introduced in the 6.3.x beta branch. It is the new successor of the 6.2.x stable branch. As of now, the 6.3.x beta is finished as well.

For more information about the fixes, please refer to the ChangeLog.

ChangeLog:

http://www.rsyslog.com/changelog-for-6-4-0-v6-stable/

Download:

http://www.rsyslog.com/rsyslog-6-4-0-v6-stable/

As always, feedback is appreciated.

Best regards,
Florian Riedl

Changelog for 6.4.0 (v6-stable)

Version 6.4.0  [BETA] 2012-08-20

THIS IS THE FIRST VERSION OF THE 6.4.x STABLE BRANCH

It includes all enhancements made in 6.3.x plus what is written in the ChangeLog below.

  • omelasticsearch: support for parameters parent & dynparent added
  • bugfix: imtcp aborted when more than 2 connections were used.
    Incremented pthread stack size to 4MB for imtcp, imptcp and imttcp
    closes: http://bugzilla.adiscon.com/show_bug.cgi?id=342
  • bugfix: imptcp aborted when $InputPTCPServerBindRuleset was used
  • bugfix: problem with cutting first 16 characters from message with bAnnotate
    Thanks to Milan Bartos for the patch.

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

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
Scroll to top