- 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.
0.15.1
------
- Update to make the previously added pth-files option better documented.
0.15
----
- Added "pth-files" option to add libraries to extra-paths from site .pth files. Thanks to Chris Shenton for the patch.
0.14
----
- The recipe now supports creating a FCGI script. Thanks to Jannis Leidel for the patch.
- When downloading a Django recipe for the first time the recipe now properly reports the url it is downloading from.