libee 0.4.1 released

Monday, April 16th, 2012

We have just released libee 0.4.1.

This is a bug fixing release, targeting a single bug that prevented building on many platforms.

Changes

Version 0.4.1 (rgerhards), 2012-04-16

  • fixed configure.ac in regard to math lib

 

Download:
http://www.libee.org/download/libee-0-4-1/

As always, feedback is appreciated.

Best regards,
Florian Riedl

libee 0.4.1

Monday, April 16th, 2012

Download file name: libee 0.4.1

libee 0.4.1
md5sum: 7bbf4160876c12db6193c06e2badedb2

Author: Rainer Gerhards ([email protected])
Version: 0.4.1 File size: 349 KB

Download this file now!

libee 0.4.0 released

Tuesday, February 21st, 2012

We have just released libee 0.4.0.

This version most importantly provides the ability to decode JSON and create a libee representation out of it. This is vital functionality to build the latest rsyslog, which supports structured logging via JSON-enhanced syslog.

Changes:

Version 0.4.0 (rgerhards), 2012-02-21

  • rename convert tool to prevent name clash with ImageMagick’s tool
  • support for decoding json added
  • bugfix: ee_newFieldFromNV() did not work correctly
    value was set, but number of values were not corrected, this the
    value could not be used (looked like non-present)

Download:
http://www.libee.org/download/libee-0-4-0/

As always, feedback is appreciated.

Best regards,
Florian Riedl

libee 0.4.0

Tuesday, February 21st, 2012

Download file name: libee 0.4.0

libee 0.4.0
md5sum: 257a23d5cc8f211fb99464a462bc92cd

Author: Rainer Gerhards ([email protected])
Version: 0.4.0 File size: 356 KB

Download this file now!

libee 0.3.2 released

Tuesday, November 22nd, 2011

We have just released libee 0.3.2.
This release includes a new major feature.
Changes:

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

libee 0.3.2

Tuesday, November 22nd, 2011

Download file name: libee 0.3.2

libee 0.3.2
md5sum: b88a52cc6bec21a340a8e950c1a55948

Author: Rainer Gerhards ([email protected])
Version: 0.3.2 File size: 354 KB

Download this file now!

libee 0.3.1 released

Monday, April 18th, 2011

We have just released libee 0.3.1.
This release includes a new major feature.
Changes:

Version 0.3.1 (rgerhards), 2011-04-18

  • API extensions
  • brought tag handling a bit inline with upcoming 0.6 draft CEE spec

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

As always, feedback is appreciated.

Best regards,
Florian Riedl

libee 0.3.1

Monday, April 18th, 2011

Download file name: libee 0.3.1

libee 0.3.1
md5sum: 61403a9a62b984381cf48454664f915e

Author: Rainer Gerhards ([email protected])
Version: 0.3.1 File size: 350 KB

Download this file now!

libee 0.3.0

Wednesday, April 6th, 2011

Download file name: libee 0.3.0

libee 0.3.0
md5sum: 7d14a7693037d99626299323d9e561a1

Author: Rainer Gerhards ([email protected])
Version: 0.3.0 File size: 336 KB

Download this file now!

libee 0.2.0 released

Friday, April 1st, 2011

We have just released libee 0.2.0.

This release includes some bug fixes and feature enhancements. (more…)