Changelog
*********

0.2.6 (2012-11-30)
==================
 * Issues in fullname parsing and AKA removing were fixed

0.2.5 (2012-11-27)
==================
 * fullnames parse can accept a schema as an argument. The schema defines an order of lastname, firstname, middlenames and suffix in a fullname.

0.2.4 (2012-11-16)
==================
 * some new address and names parsing functions were added

0.2.3 (2012-10-03)
==================
 * missing entities.csv was added to the package

0.2.2 (2012-10-03)
==================
 * a bug with gzipped content processing fixed
 * client's read methods re-raise exceptions when faild to download an URL instead returning error strings silently 

0.2.1 (2012-07-25)
=======================
 * missing RLock import was added
 
0.2 (2012-07-25)
=======================
 * corrected client behaviour when no proxies/ips factories are defined
 * deflate/gzip encoding support added
 * option to add extra headers in Client.readpage
 * obsolated files, classes and functions were removed
 * decaptcher fixed
 * copyright headers were changed
 * new browser headers were added
 * parse_fulladdress, parse_fullname functions were added
 * optional X-Proxy-Session header added to Client to serve sticky proxy sessions