summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpje <none@none>2013-03-01 12:26:46 -0500
committerpje <none@none>2013-03-01 12:26:46 -0500
commit07f79506c315c983f6cbba7d67cb68f0f668af44 (patch)
tree86bb0e8bdd900d8dc0d678da939bf20ecf0546a7
parent70c61d89a8c7d548a42f843579ca540b39655ca9 (diff)
downloadpython-setuptools-git-07f79506c315c983f6cbba7d67cb68f0f668af44.tar.gz
Add SSL fix to change log
--HG-- branch : setuptools-0.6
-rwxr-xr-xEasyInstall.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt
index 753baf65..1e7c8909 100755
--- a/EasyInstall.txt
+++ b/EasyInstall.txt
@@ -1217,7 +1217,9 @@ displayed MD5 info (broken onto two lines for readability)::
Release Notes/Change History
============================
-0.6final
+0.6c12
+ * Default --index-URL to SSL version of PyPI
+
* Fixed AttributeError under Python 2.3 when processing "HTTP authentication"
URLs (i.e., ones with a ``user:password@host``).