aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-08-22 01:17:05 +0000
committerPJ Eby <distutils-sig@python.org>2005-08-22 01:17:05 +0000
commitafaa2f590b38f165d07cf2fa5a490c0ff2a99a85 (patch)
tree8af35e6f8c5d203c3a51d4f005d3cbe346594eff
parent26eee2978579ed2bff77b37257b77e1e67ac162b (diff)
downloadexternal_python_setuptools-afaa2f590b38f165d07cf2fa5a490c0ff2a99a85.tar.gz
external_python_setuptools-afaa2f590b38f165d07cf2fa5a490c0ff2a99a85.tar.bz2
external_python_setuptools-afaa2f590b38f165d07cf2fa5a490c0ff2a99a85.zip
Add release note about the new MD5 validation feature.
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041220
-rwxr-xr-xEasyInstall.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt
index 1a2b5fc5..005c5e42 100755
--- a/EasyInstall.txt
+++ b/EasyInstall.txt
@@ -678,6 +678,9 @@ Known Issues
rate don't expect it to work with all packages.
0.6a1
+ * EasyInstall now does MD5 validation of downloads from PyPI, or from any link
+ that has an "#md5=..." trailer with a 32-digit lowercase hex md5 digest.
+
* Added support for handling MacOS platform information in ``.egg`` filenames,
based on a contribution by Kevin Dangoor. You may wish to delete and
reinstall any eggs whose filename includes "darwin" and "Power_Macintosh",