5.7.5

Changelog for 5.7.5

Version 5.7.5 [V5-BETA] (rgerhards), 2011-02-23

  • enhance: imfile did not yet support multiple rulesets, now added
    we do this directly in the beta because a) it does not affect existing
    functionality and b) one may argue that this missing functionality is
    close to a bug.
  • improved testbench, added tests for imuxsock
  • bugfix: imuxsock did no longer sanitize received messages
    This was a regression from the imuxsock partial rewrite. Happened
    because the message is no longer run through the standard parsers.
    bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=224
  • bugfix: minor race condition in action.c – considered cosmetic
    This is considered cosmetic as multiple threads tried to write exactly
    the same value into the same memory location without sync. The method
    has been changed so this can no longer happen.
Scroll to top