=====
* Distribute 90: unknown setuptools version can be added in the working set
* Distribute 87: setupt.py doesn't try to convert distribute_setup.py anymore
Initial Patch by arfrever.
* Distribute 89: added a side bar with a download link to the doc.
* Distribute 86: fixed missing sentence in pkg_resources doc.
* Added a nicer error message when a DistributionNotFound is raised.
* Distribute 80: test_develop now works with Python 3.1
* Distribute 93: upload_docs now works if there is an empty sub-directory.
* Distribute 70: exec bit on non-exec files
* Distribute 99: now the standalone easy_install command doesn't uses a
"setup.cfg" if any exists in the working directory. It will use it
only if triggered by ``install_requires`` from a setup.py call
(install, develop, etc).
* Distribute 101: Allowing ``os.devnull`` in Sandbox
* Distribute 92: Fixed the "no eggs" found error with MacPort
(platform.mac_ver() fails)
* Distribute 103: test_get_script_header_jython_workaround not run
anymore under py3 with C or POSIX local. Contributed by Arfrever.
* Distribute 104: removed the assertion when the installation fails,
with a nicer message for the end user.
* Distribute 100: making sure there's no SandboxViolation when
the setup script patches setuptools.