summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-08-10 13:23:42 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-08-10 13:23:42 -0400
commitafefb153003af7517498ce679613f9f27fc615ef (patch)
treef7a578f837041debebff34def8183944ee36bf3e
parent2513f24238a79e67f96038f749aaad3138689001 (diff)
downloadpython-setuptools-bitbucket-afefb153003af7517498ce679613f9f27fc615ef.tar.gz
Updated changelog. Fixes #63.1.0b1
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c45b793b..a030c151 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -20,6 +20,10 @@ CHANGES
be updated to account for this change.
* Issue #50: SyntaxErrors generated by `pkg_resources.invalid_marker` are
normalized for cross-implementation consistency.
+* Issue #63: Bootstrap script (ez_setup.py) now prefers Powershell, curl, or
+ wget for retrieving the Setuptools tarball for improved security of the
+ install. The script will still fall back to a simple ``urlopen`` on
+ platforms that do not have these tools.
-----
0.9.8