The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension CIF::Client.

0.05    2012-03-21
    - fixed bug with client displaying email address field
    - added POST function

0.04    2012-02-27
    - upstream REST::Client was fixed, bumped Makefile.PL to ver 243

0.03    2012-02-11
    - version bump for _01-_05        

0.02_05 2012-01-31
    - misc fixes
    - some unicode work-arounds for the table and csv plugin

0.02_04 2012-01-24
    - bugfix to snort plugin

0.02_03 2012-01-23
    - stupid bugfix

0.02_02 2012-01-23
    - added -I flag (round_confidence) to round down confidence using int() (see: perldoc -f int)

0.02_01 2012-01-19
    - added basic proxy support for testing

0.02 2012-01-19
    - added parser warnings to Table output
    - cleaned up bindzone output
    - cleaned up snort, bindzone and table doc

0.01 2011-12-19
    - added outfile option
    - initial stable release (i hope :x)
    - doc update
    - fixed bug in csv output
    - cleaned up table output wrt to long adddresses (over 32 chars)

0.01_11 2011-11-15
    - work-around for REST::Client install bug
    - doc fix

0.01_10 2011-10-25
    - bugfixes
    - Makefile.PL fixes

0.01_08 2011-09-28
    - added html output plugin
    - other performance fixes

0.01_07 2011-09-01
    - don't call ->plugins() from a loop, speeds things up
    - bugfixes to Plugin/Iodef/Url.pm wrt hashes
    - minor bugfix to Table display (malware md5's)

0.01_06  2011-07-28
    - added group (guid) support
    - minor bugfix to Plugin::Table
    - added "query" value to feed-> passthrough

0.01_05  2011-07-27
    - minor bugfixes
    - added tls_verify option

0.01_04  2011-07-27
    - minor bugfixes

0.01_03  2011-07-25
    - minor bugfixes
    - doc updates (cif -h)
    - few changes to the 'defaults' for restriction

0.01_02  2011-07-16
    - few minor bugfixes

0.01_01  2011-07-01
    - revamped for working with cif-0.01_03 api
    - added Iodef plugin to trasnlate IODEF json documents to simple hashes

0.00_03  2011-01-19
    - updated for use with new CIF::WebAPI
    - CIF::WebAPI now handles the regex
    - added transparent zlib layer for use with CIF::WebAPI compression
    - added ability to modify default ->table() display
    - now installing example.pl as /usr/local/bin/cif for commandline use
    - added ability to set fields (it'll autopick based on the feed)
    - added plugins feature (snort, csv, bindzone, iptables, raw)
    - updated to be used with Config::Simple

0.00_02  2010-11-08
    - updated to be used with CIF::WebAPI

0.00_01  Sat Jul 10 03:12:57 2010
    - original beta version