aboutsummaryrefslogtreecommitdiffstats
path: root/EasyInstall.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2007-01-24 15:42:26 +0000
committerPJ Eby <distutils-sig@python.org>2007-01-24 15:42:26 +0000
commit2dd7ed9ccf64f5136c0e6fc8f9bd8216fde53cf2 (patch)
treed204a88d560d7b30e888633c9d85ecbc70eacf1b /EasyInstall.txt
parentba006a1c6da9674ab91b5b0e6be616c06ec00799 (diff)
downloadexternal_python_setuptools-2dd7ed9ccf64f5136c0e6fc8f9bd8216fde53cf2.tar.gz
external_python_setuptools-2dd7ed9ccf64f5136c0e6fc8f9bd8216fde53cf2.tar.bz2
external_python_setuptools-2dd7ed9ccf64f5136c0e6fc8f9bd8216fde53cf2.zip
EasyInstall no longer aborts the installation process if a URL it wants to
retrieve can't be downloaded, unless the URL is an actual package download. Instead, it issues a warning and tries to keep going. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053542
Diffstat (limited to 'EasyInstall.txt')
-rwxr-xr-xEasyInstall.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt
index f8687808..5076396b 100755
--- a/EasyInstall.txt
+++ b/EasyInstall.txt
@@ -1194,6 +1194,11 @@ displayed MD5 info (broken onto two lines for readability)::
Release Notes/Change History
============================
+0.6c6
+ * EasyInstall no longer aborts the installation process if a URL it wants to
+ retrieve can't be downloaded, unless the URL is an actual package download.
+ Instead, it issues a warning and tries to keep going.
+
0.6c5
* Fixed ``.dll`` files on Cygwin not having executable permisions when an egg
is installed unzipped.