diff options
author | PJ Eby <distutils-sig@python.org> | 2006-09-21 22:15:28 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2006-09-21 22:15:28 +0000 |
commit | 69ccd0aaf25ed914eb1cda22e33e8b97f04a177d (patch) | |
tree | 53ba6a42b165ceec7a2652aed95860224d306185 /setuptools.txt | |
parent | 70c294c9d39d953dd1f64f52e753a82a5e206bbe (diff) | |
download | external_python_setuptools-69ccd0aaf25ed914eb1cda22e33e8b97f04a177d.tar.gz external_python_setuptools-69ccd0aaf25ed914eb1cda22e33e8b97f04a177d.tar.bz2 external_python_setuptools-69ccd0aaf25ed914eb1cda22e33e8b97f04a177d.zip |
Fix bdist_wininst files not being uploaded by "upload"
(backport from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051964
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-x | setuptools.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setuptools.txt b/setuptools.txt index 62d20e86..43e0e610 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -2564,8 +2564,8 @@ Release Notes/Change History ---------------------------- 0.6c4 - * Fix ``upload`` not uploading files built by ``bdist_rpm`` on Python 2.3 and - 2.4. + * Fix ``upload`` command not uploading files built by ``bdist_rpm`` or + ``bdist_wininst`` under Python 2.3 and 2.4. 0.6c3 * Fixed breakages caused by Subversion 1.4's new "working copy" format |