- bugfix: make git credentials work without any basic http auth definitions
0.3.6
=================
- added missing CHANGES.txt file, this fixes the installation
0.3.5
=================
- the github download credentials are now also added for zc.buildout.download based recipies. this allows to use github private download urls with any download recipe, such as hexagonit.recipe.download
- moved to github http://github.com/lovelysystems/lovely.buildouthttp
0.3.4
=================
- fixed behavour with python 2.6+. python 2.6 suddenly counts ``failed`` requests but each request without auth counts as one, that makes buildout fail on every 5th download in a single run. I found this on windows, but should fail on linux too.