- Removed dependency on setuptools_bzr since it does not seem to work like I expected.
0.17.2
------
- Changed the download code to use urllib2. This should make it work from behind proxies (fixes 362822). Thanks to pauld for the patch.
0.17.1
------
- Fixed a problem with the new WSGI logging option 348797. Thanks to Bertrand Mathieu for the patch.
- Disable generation of the WSGI log if "wsgilog" isn't set, thanks to Jacob Kaplan-Moss for the patch.
- Updated buildout.cfg and .bzrignore, thanks Jacob Kaplan-Moss.
0.17
----
- Added an option to specify a log file for output redirection from the WSGI script. Thanks to Guido Wesdorp for the patch.
0.16
----
- Subversion aliases are now supported (something like svn+mystuff://myjunk). Thanks to Remco for the patch.
0.15.2
------
- Update to move pth-files finder from the __init__ method to the install method so it runs in buildout-order, else it looks for pth files in dirs that may not yet exist. Thanks to Chris Shenton for the update to his original patch.