summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-10-19 09:31:34 -0400
committerJason R. Coombs <jaraco@jaraco.com>2012-10-19 09:31:34 -0400
commitc586b38480483bcfa87761e859d69a732f170374 (patch)
tree3d0dbc23b7bf88db11e681ec73b90ced1375c4e4
parent85eff791c5864fa3d2a916b37c7361d24d0c3613 (diff)
downloadpython-setuptools-git-c586b38480483bcfa87761e859d69a732f170374.tar.gz
Updated CHANGES and CONTRIBUTORS
--HG-- branch : distribute extra : rebase_source : 55195db48ea2d88ecabe2307732bfc58db12b9e0
-rw-r--r--CHANGES.txt1
-rw-r--r--CONTRIBUTORS.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 594100a4..342add93 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,7 @@ CHANGES
0.6.29
------
+* Pull Request #14: Honor file permissions in zip files.
* Issue #327: Merged pull request #24 to fix a dependency problem with pip.
* Merged pull request #23 to fix https://github.com/pypa/virtualenv/issues/301.
* If Sphinx is installed, the `upload_docs` command now runs `build_sphinx`
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 0335b224..e180edac 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -12,6 +12,7 @@ Contributors
* Jannis Leidel
* Jason R. Coombs
* Jim Fulton
+* Jonathan Lange
* Justin Azoff
* Lennart Regebro
* Marc Abramowitz