- python2.4 comptibility fix (thanks to Godefroid Chapelle)
0.3.0
=================
- added support for zc.buildout.download, this allows various download recipes to work with this credential extension. Requires at least zc.buildout version 1.5.0b2
0.3.0a1
===================
- added github authentication, which now allows to download from private github repositories
0.2.3
=================
- added tests for the installer
- fixed error when url can't be retrieved: AttributeError: 'NoneType' object has no attribute 'url' [naro]
0.2.2
=================
- added try/except around the retry section protection against weird URLs
0.2.1
=================
- avoid an error when the realm is wrong or the file on bad realms and a few other controls. Thanks to Tarek Ziade.