Changelog
~~~~~~~~~
0.1.1 (2008-04-30)
  * updated docs (palb is now only available as .tar.gz)

0.1.0 (2008-04-30)
  * reduce number of open file-handles with pycurl,
    allows more concurrent requests
  * do not import ez_setup, assume it is installed
  * support for python 2.4 (except tests)
  
0.0.2 (2008-04-19)
  * added PyCurl based URLGetter
  * improved performance (with PyCurl)
  * connection time statistics (with PyCurl)
  * new package structure
  * fix: added ``*.txt`` to manifest (LICENSE.txt was missing in 0.0.1 .tar)
  * added tests (nose)

0.0.1 (2009-04-13)
  * first release