[Lognorm] liblognorm 0.3.2 and libee 0.3.2 released

Florian Riedl friedl at hq.adiscon.com
Thu Nov 24 17:00:32 CET 2011


We have just released liblognorm 0.3.2 and libee 0.3.2.

This release includes a new major features.

Changes:

Liblognorm Version 0.3.2 (rgerhards), 2011-11-21

- added rfc5424 parser (requires libee >= 0.3.2)
- added "-" to serve as name for filler fields. Value is extracted,
  but no field is written
- special handling for iptables log via %iptables% parser added 
  (currently experimental pending practical verification)
- normalizer tool on its way to a full-blow stand-alone tool
- support for annotations added, for the time being see
  http://blog.gerhards.net/2011/11/log-annotation-with-liblognorm.html

Download:
http://www.liblognorm.com/files/download/liblognorm-0.3.2.tar.gz


Libee Version 0.3.2 (rgerhards), 2011-11-22

- API enhancements:
  * added capability to enumerate tags inside a tagbucket
  * added capability to obtain tagbucket for an event
    --> ee_EventGetTagbucket()
  * added capability to add a string value to a field in one call
    --> ee_addStrValueToField()
  * added ee_getTag(), ee_setTags()
- added additional parser
  * RFC5424Date
- potentially problematic API change: in earlier versions, the 
  function ee_TagbucketHasTag() was errornously name ee_BucketHasTag().
  This has been corrected, potentially resulting in API
  incompatibility. We have accepted this, because we are at level 0.x
  AND know that potentially no current user has ever used this
  function, but instead the upper-layer equivalents. But if thinks
  break, you now know why ;)
- flat tags are no longer encoded in the CEE encoders as CEE does not
  support flat tags. However, this can be turned on via context flags,
  if desired
- bugfix: compile problems under Solaris
  closes: http://bugzilla.adiscon.com/show_bug.cgi?id=253
- bugfix: ee_EventGetTagbucket() always returned -1 (error)

Download:
http://www.libee.org/files/download/libee-0.3.2.tar.gz


As always, feedback is appreciated.

Best regards,
Florian Riedl


More information about the Lognorm mailing list