Changelog for 7.3.1 (v7-devel)

Version 7.3.1  [devel] 2012-10-19

  • optimized template processing performance, especially for $NOW family of properties
  • change lumberjack cookie to “@cee:” from “@cee: ”
    CEE originally specified the cookie with SP, whereas other lumberjack tools used it without space. In order to keep interop with lumberjack, we now use the cookie without space as well. I hope this can be changed in CEE as well when it is released at a later time.
    Thanks to Miloslav Trmač for pointing this out and a similiar v7 patch.
  • bugfix: imuxsock and imklog truncated head of received message
    This happened only under some circumstances. Thanks to Marius
    Tomaschwesky, Florian Piekert and Milan Bartos for their help in solving this issue.
  • bugfix: imuxsock did not properly honor $LocalHostIPIF

Changelog for 7.1.12 (v7-beta)

Version 7.1.12  [beta] 2012-10-18

  • minor updates to better support newer systemd developments
    Thanks to Michael Biebl for the patches.
  • build system cleanup
    Thanks to Michael Biebl for the patch series.
  • cleanup: removed remains of -c option (compatibility mode) both from code & doc and emitted warning message if still used
    closes: http://bugzilla.adiscon.com/show_bug.cgi?id=361
    Thanks to Michael Biebl for reporting & suggestions
  • bugfix: imklog truncated head of received message
    This happened only under some circumstances. Thanks to Marius Tomaschwesky and Florian Piekert for their help in solving this issue.

Changelog for 7.1.11 (v7-beta)

Version 7.1.11  [beta] 2012-10-16

  • bugfix: imuxsock truncated head of received message
    This happened only under some circumstances. Thanks to Marius Tomaschwesky, Florian Piekert and Milan Bartos for their help in solving this issue.
  • bugfix: do not crash if set statement is used with date field
    Thanks to Miloslav Trmač for the patch.
  • change lumberjack cookie to “@cee:” from “@cee: ”
    CEE originally specified the cookie with SP, whereas other lumberjack tools used it without space. In order to keep interop with lumberjack, we now use the cookie without space as well. I hope this can be changed in CEE as well when it is released at a later time.
    Thanks to Miloslav Trmač for pointing this out and a similiar v7 patch.
  • added deprecated note to omruleset (plus clue to use “call”)
  • added deprecated note to discard action (plus clue to use “stop”)

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