summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-08-11 08:44:47 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-08-11 08:44:47 -0400
commitebff930a7530b053c6d058d6213f2673331b350e (patch)
tree792d039eb6a65dddc052529b75eef288591f7bfe /CHANGES.txt
parent8a33154bb30c9c0ca193d13d8b8ce3818e045d71 (diff)
downloadpython-setuptools-git-ebff930a7530b053c6d058d6213f2673331b350e.tar.gz
Restored tunnel (proxy) support in SSL connections. Fixes #52.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 50310ef2..be1061e9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -25,6 +25,8 @@ CHANGES
install. The script will still fall back to a simple ``urlopen`` on
platforms that do not have these tools.
* Issue #65: Deprecated the ``Features`` functionality.
+* Issue #52: In ``VerifyingHTTPSConn``, handle a tunnelled (proxied)
+ connection.
-----
0.9.8