diff options
author | PJ Eby <distutils-sig@python.org> | 2006-09-21 22:01:22 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2006-09-21 22:01:22 +0000 |
commit | 0660a02f3cce2010406b4f2ec597142430e4265d (patch) | |
tree | 2be383c0a7255502e880de53e7c776d515ca21ed /setuptools.txt | |
parent | 952c8c4bf47144b39ddc10d130374463108f7d79 (diff) | |
download | external_python_setuptools-0660a02f3cce2010406b4f2ec597142430e4265d.tar.gz external_python_setuptools-0660a02f3cce2010406b4f2ec597142430e4265d.tar.bz2 external_python_setuptools-0660a02f3cce2010406b4f2ec597142430e4265d.zip |
Fix ``upload`` not uploading files built by ``bdist_rpm`` on Python 2.3 and
2.4. (Backport from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051961
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-x | setuptools.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/setuptools.txt b/setuptools.txt index 7573ba45..62d20e86 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -2563,6 +2563,10 @@ XXX Release Notes/Change History ---------------------------- +0.6c4 + * Fix ``upload`` not uploading files built by ``bdist_rpm`` on Python 2.3 and + 2.4. + 0.6c3 * Fixed breakages caused by Subversion 1.4's new "working copy" format |