diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-31 12:16:25 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-31 12:16:25 -0400 |
| commit | 7c34463b12d7fc14ec64448aa4ae3d054009a073 (patch) | |
| tree | 28a32d76a06248e927072bb31b490334d033e846 /CHANGES.txt | |
| parent | 902eeb8f4d3c4033908106c58ac57fcdf7cc8c69 (diff) | |
| parent | 0424d55854a4814a17377460975b791a8cb24a62 (diff) | |
| download | python-setuptools-git-7c34463b12d7fc14ec64448aa4ae3d054009a073.tar.gz | |
Merge update to ez_setup.py
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 928673bc..5a739571 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,13 @@ CHANGES ======= +---- +next +---- + +* Issue #75: Add ``--insecure`` option to ez_setup.py to accommodate + environments where a trusted SSL connection cannot be validated. + --- 1.1 --- |
