aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2007-09-26 17:07:52 +0000
committerPJ Eby <distutils-sig@python.org>2007-09-26 17:07:52 +0000
commitdd4feba843d52e18963653b06daeba0c0ad717ed (patch)
tree73f2564fb3b17f70711ed295028a1453094f49e6 /setuptools.txt
parent85ee3531269270d7810ac83487074b4c97215e45 (diff)
downloadexternal_python_setuptools-dd4feba843d52e18963653b06daeba0c0ad717ed.tar.gz
external_python_setuptools-dd4feba843d52e18963653b06daeba0c0ad717ed.tar.bz2
external_python_setuptools-dd4feba843d52e18963653b06daeba0c0ad717ed.zip
Fixed a missing files problem when using Windows source distributions on
non-Windows platforms, due to distutils not handling manifest file line endings correctly. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4058259
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-xsetuptools.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/setuptools.txt b/setuptools.txt
index 1ac30ce7..c27f7981 100755
--- a/setuptools.txt
+++ b/setuptools.txt
@@ -2611,6 +2611,11 @@ XXX
Release Notes/Change History
----------------------------
+0.6final
+ * Fixed a missing files problem when using Windows source distributions on
+ non-Windows platforms, due to distutils not handling manifest file line
+ endings correctly.
+
0.6c7
* Fixed ``distutils.filelist.findall()`` crashing on broken symlinks, and
``egg_info`` command failing on new, uncommitted SVN directories.