diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-13 11:51:03 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-13 11:51:03 -0400 |
commit | 1ba2a40c16a04be7daec1f9c032c0553e5124fc8 (patch) | |
tree | 2243d5676d7e54c5732e4fda38dc514187395b3c | |
parent | 37e2f6f5395586e12eb57a4b6fd598b29744de0c (diff) | |
download | external_python_setuptools-1ba2a40c16a04be7daec1f9c032c0553e5124fc8.tar.gz external_python_setuptools-1ba2a40c16a04be7daec1f9c032c0553e5124fc8.tar.bz2 external_python_setuptools-1ba2a40c16a04be7daec1f9c032c0553e5124fc8.zip |
Updated changelog and contributors0.9
-rw-r--r-- | CHANGES.txt | 6 | ||||
-rw-r--r-- | CONTRIBUTORS.txt | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index bec396bd..166eb746 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,12 @@ CHANGES ======= --- +0.9 +--- + +* `package_index` now validates hashes other than MD5 in download links. + +--- 0.8 --- diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 8515babe..f1966505 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -9,6 +9,7 @@ Contributors * Daniel Stutzbach * Daniel Holth * Dirley Rodrigues +* Donald Stufft * Grigory Petrov * Hanno Schlichting * Jannis Leidel |