0.6c11
* Fix "bdist_wininst upload" trying to upload same file twice
0.6c10
* Fix for the Python 2.6.3 build_ext API change
* Ensure C libraries (as opposed to extensions) are also built when doing bdist_egg
* Support for SVN 1.6
- Add support for "eggsecutable" headers: a #!/bin/sh script that is
prepended to an .egg file to allow it to be run as a script on Unix-ish
platforms.
- Various bug fixes.
0.6c3
* Fixed breakages caused by Subversion 1.4's new "working copy"
format
0.6c2
* The ez_setup module displays the conflicting version of
setuptools (and its installation location) when a script
requests a version that's not available.
* Running setup.py develop on a setuptools-using project will
now install setuptools if needed, instead of only downloading
the egg.