diff options
| author | PJ Eby <distutils-sig@python.org> | 2006-06-07 20:11:24 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2006-06-07 20:11:24 +0000 |
| commit | 812d9964a9831218e3f19827c94f85a9047774db (patch) | |
| tree | 03ba7a879546276f85b1190050055b63b1c4c24d /EasyInstall.txt | |
| parent | b993ffde0ac08758c76311a5593c56fc754b1716 (diff) | |
| download | external_python_setuptools-812d9964a9831218e3f19827c94f85a9047774db.tar.gz external_python_setuptools-812d9964a9831218e3f19827c94f85a9047774db.tar.bz2 external_python_setuptools-812d9964a9831218e3f19827c94f85a9047774db.zip | |
Fix local --find-links eggs not being copied except with --always-copy.
(merge from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046726
Diffstat (limited to 'EasyInstall.txt')
| -rwxr-xr-x | EasyInstall.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt index 028d1fe7..f1271647 100755 --- a/EasyInstall.txt +++ b/EasyInstall.txt @@ -1095,6 +1095,9 @@ set, if you haven't already got this set up on your machine. Release Notes/Change History ============================ +0.6b3 + * Fix local --find-links eggs not being copied except with --always-copy. + 0.6b2 * Don't install or update a ``site.py`` patch when installing to a ``PYTHONPATH`` directory with ``--multi-version``, unless an |
