From dd4feba843d52e18963653b06daeba0c0ad717ed Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Wed, 26 Sep 2007 17:07:52 +0000 Subject: 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 --- setuptools.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'setuptools.txt') 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. -- cgit v1.2.3