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
commitab7021eb36d66bbe00f711f31a5471af2bc73974 (patch)
treea610a4f90702cc4897aa8ada83e8a7fe59671bb5
parent38798cd5dcb8c5353d31ed0f882118067f09547f (diff)
downloadpython-setuptools-git-ab7021eb36d66bbe00f711f31a5471af2bc73974.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