* Distribute 379: ``distribute_setup.py`` now traps VersionConflict as well, restoring ability to upgrade from an older setuptools version.
0.6.44
======
* ``distribute_setup.py`` has been updated to allow Setuptools 0.7 to satisfy use_setuptools.
0.6.43
======
* Distribute 378: Restore support for Python 2.4 Syntax (regression in 0.6.42).
0.6.42
======
* External links finder no longer yields duplicate links. * Distribute 337: Moved site.py to setuptools/site-patch.py (graft of very old patch from setuptools trunk which inspired PR 31).
0.6.41
======
* Distribute 27: Use public api for loading resources from zip files rather than the private method ``_zip_directory_cache``. * Added a new function ``easy_install.get_win_launcher`` which may be used by third-party libraries such as buildout to get a suitable script launcher.
0.6.40
======
* Distribute 376: brought back cli.exe and gui.exe that were deleted in the previous release.