pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/libee



Module name:    wip
Committed by:   bartoszkuzma
Date:           Sun Feb 12 18:32:21 UTC 2012

Modified Files:
        wip/libee: Makefile distinfo
Added Files:
        wip/libee: TODO

Log Message:
Update to 0.3.2

Changes since 0.3.1
 * 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)


To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/libee/TODO
cvs -z3 rdiff -u -r1.2 -r1.3 wip/libee/Makefile
cvs -z3 rdiff -u -r1.3 -r1.4 wip/libee/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/libee/TODO?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/libee/Makefile?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/libee/distinfo?r1=1.3&r2=1.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index