aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-24 09:29:07 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-24 09:29:07 -0400
commite8a18a275aa500ae0b85eccb51ca4d154bfbe8dd (patch)
treef7b604fe1739a0be4018c7094db694a1892aaedd
parentc7444dbad6e996c53b3f73f0dba71b3b3a33f8bf (diff)
downloadexternal_python_setuptools-e8a18a275aa500ae0b85eccb51ca4d154bfbe8dd.tar.gz
external_python_setuptools-e8a18a275aa500ae0b85eccb51ca4d154bfbe8dd.tar.bz2
external_python_setuptools-e8a18a275aa500ae0b85eccb51ca4d154bfbe8dd.zip
Update changelog and contributors0.6.41
--HG-- branch : distribute
-rw-r--r--CHANGES.txt2
-rw-r--r--CONTRIBUTORS.txt1
2 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 864edfba..a0c2c3cd 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,8 @@ CHANGES
0.6.41
------
+* Issue #27: Use public api for loading resources from zip files rather than
+ the private method `_zip_directory_cache`.
* Added a new function ``easy_install.get_win_launcher`` which may be used by
third-party libraries such as buildout to get a suitable script launcher.
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 487e0a44..e5e0ed51 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -21,6 +21,7 @@ Contributors
* Noufal Ibrahim
* Pete Hollobon
* Philip Jenvey
+* Philip Thiem
* Reinout van Rees
* Robert Myers
* Stefan H. Holek