diff options
| author | PJ Eby <distutils-sig@python.org> | 2006-05-23 19:12:45 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2006-05-23 19:12:45 +0000 |
| commit | 5dc9f89d1c28e6ebdb3f0bbfee0b0c543454419e (patch) | |
| tree | 6d0b0d682234b09052559a945542b7aeaa39830d | |
| parent | b15bbd8171e9bed8deb3e8d615672e9564dc582f (diff) | |
| download | external_python_setuptools-5dc9f89d1c28e6ebdb3f0bbfee0b0c543454419e.tar.gz external_python_setuptools-5dc9f89d1c28e6ebdb3f0bbfee0b0c543454419e.tar.bz2 external_python_setuptools-5dc9f89d1c28e6ebdb3f0bbfee0b0c543454419e.zip | |
Oops; doc needs to go under 0.6b2, not 0.6b1
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046145
| -rwxr-xr-x | EasyInstall.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt index a66b2652..0b5ee71d 100755 --- a/EasyInstall.txt +++ b/EasyInstall.txt @@ -1095,6 +1095,11 @@ set, if you haven't already got this set up on your machine. Release Notes/Change History ============================ +0.6b2 + * Don't install or update a ``site.py`` patch when installing to a + ``PYTHONPATH`` directory with ``--multi-version``, unless an + ``easy-install.pth`` file is already in use there. + 0.6b1 * Better ambiguity management: accept ``#egg`` name/version even if processing what appears to be a correctly-named distutils file, and ignore ``.egg`` @@ -1111,10 +1116,6 @@ Release Notes/Change History * Ignore bdist_dumb distributions when looking at download URLs. - * Don't install or update a ``site.py`` patch when installing to a - ``PYTHONPATH`` directory with ``--multi-version``, unless an - ``easy-install.pth`` file is already in use there. - 0.6a11 * Process ``dependency_links.txt`` if found in a distribution, by adding the URLs to the list for scanning. |
