------
* Pull Request 14: Honor file permissions in zip files.
* Distribute 327: Merged pull request 24 to fix a dependency problem with pip.
* Merged pull request 23 to fix https://github.com/pypa/virtualenv/issues/301.
* If Sphinx is installed, the `upload_docs` command now runs `build_sphinx`
to produce uploadable documentation.
* Distribute 326: `upload_docs` provided mangled auth credentials under Python 3.
* Distribute 320: Fix check for "createable" in distribute_setup.py.
* Distribute 305: Remove a warning that was triggered during normal operations.
* Distribute 311: Print metadata in UTF-8 independent of platform.
* Distribute 303: Read manifest file with UTF-8 encoding under Python 3.
* Distribute 301: Allow to run tests of namespace packages when using 2to3.
* Distribute 304: Prevent import loop in site.py under Python 3.3.
* Distribute 283: Reenable scanning of `*.pyc` / `*.pyo` files on Python 3.3.
* Distribute 299: The develop command didn't work on Python 3, when using 2to3,
as the egg link would go to the Python 2 source. Linking to the 2to3'd code
in build/lib makes it work, although you will have to rebuild the module
before testing it.
* Distribute 306: Even if 2to3 is used, we build in-place under Python 2.
* Distribute 307: Prints the full path when .svn/entries is broken.
* Distribute 313: Support for sdist subcommands (Python 2.7)
* Distribute 314: test_local_index() would fail an OS X.
* Distribute 310: Non-ascii characters in a namespace __init__.py causes errors.
* Distribute 218: Improved documentation on behavior of `package_data` and
`include_package_data`. Files indicated by `package_data` are now included
in the manifest.
* `distribute_setup.py` now allows a `--download-base` argument for retrieving
distribute from a specified location.
------