diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-03 11:30:24 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-03 11:30:24 -0500 |
commit | e30f30948f572ee32229103a2f2438766a98e040 (patch) | |
tree | 0a4243a2be88f7a85753094d0470dd1fc8641bd6 | |
parent | 6360097ac51941b83b52b006eedce60ddcf312f9 (diff) | |
download | external_python_setuptools-e30f30948f572ee32229103a2f2438766a98e040.tar.gz external_python_setuptools-e30f30948f572ee32229103a2f2438766a98e040.tar.bz2 external_python_setuptools-e30f30948f572ee32229103a2f2438766a98e040.zip |
Update changelog
-rw-r--r-- | CHANGES.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 7934de0f..73ba3df5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,16 @@ CHANGES ======= --- +1.3 +--- + +* Address security vulnerability in SSL match_hostname check as reported in + Python #17997. +* Prefer `backports.ssl_match_hostname + <https://pypi.python.org/pypi/backports.ssl_match_hostname>`_ for backport + implementation if present. + +--- 1.2 --- |