templates

Changelog for 7.1.10 (v7-beta)

Version 7.1.10 [beta] 2012-10-11

  • bugfix: m4 directory was not present in release tarball
  • bugfix: small memory leak with string-type templates
  • bugfix: small memory leak when template was specified in omfile
  • bugfix: some config processing warning messages were treated as errors
  • bugfix: small memory leak when processing action() statements
  • bugfix: unknown action() parameters were not reported

rsyslog 7.1.10 (v7-beta) released

We have just released 7.1.10 of the v7-beta branch. This is a pure bug-fixing release. More information on the changes can be found in the ChangeLog.

ChangeLog:

http://www.rsyslog.com/changelog-for-7-1-10-v7-beta/

Download:

http://www.rsyslog.com/rsyslog-7-1-10-v7-beta/

As always, feedback is appreciated.

Best regards,
Tim Eifler

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