- The recipe know makes the `django` package know to setuptools during install. This closes 397864. Thanks to Daniel Bruce and Dan Fairs for the patch.
- Fixed 451065 which fixes a problem with the WSGI log file option.
- Added the posibilty to configure more FCGI related settings. Thanks to Vasily Sulatskov for the patch.
0.19.2
------
- The generated WSGI & FCGI scripts are now properly removed when options change (fixes 328182). Thanks to Horst Gutmann for the patch.
- Scripts are now updated when dependencies change. This fixes 44658, thanks to Paul Carduner for the patch.
0.19.1
------
- Applied fix for the change in WSGI script generation. The previous release did not work properly.
0.19
----
- When running again with non-newest set the recipe will no longer update the Subversion checkout. Thanks to vinilios for the patch.
- The WSGI and FCGI scripts are now generated using Buildout's own system. This makes them more similar to the generated manage script with regard to the setup of paths. Thanks to Jannis Leidel for the patch.
0.18
----
- Paths from eggs and extra-paths now get precedence over the default system path (fixes 370420). Thanks to Horst Gutmann for the patch.
- The generated WSGI script now uses the `python` option if present. This fixes 361695.
0.17.4
------
- Fixed a problem when not running in verbose mode (fixes 375151).