diff options
author | tarek <none@none> | 2009-10-27 09:26:40 +0100 |
---|---|---|
committer | tarek <none@none> | 2009-10-27 09:26:40 +0100 |
commit | 5c93394f676cc340e8b2606a4fc6aa183f65b108 (patch) | |
tree | a44c8d0ff768c59fe07cb7778921495b092d5e15 | |
parent | 6f9e39534c8b0aca810553e5ebc34f789c67ca05 (diff) | |
download | external_python_setuptools-5c93394f676cc340e8b2606a4fc6aa183f65b108.tar.gz external_python_setuptools-5c93394f676cc340e8b2606a4fc6aa183f65b108.tar.bz2 external_python_setuptools-5c93394f676cc340e8b2606a4fc6aa183f65b108.zip |
added a CHANGES note
--HG--
branch : distribute
extra : rebase_source : 27593bcdf57d0465696f959c0db2c196e0a485e6
-rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index a0276a32..f74ea93b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,8 @@ CHANGES 0.6.7 ----- +* Added the 'DONT_PATCH_SETUPTOOLS' environment variable, so virtualenv + can drive an installation that doesn't patch a global setuptools. * Reviewed unladen-swallow specific change from http://code.google.com/p/unladen-swallow/source/detail?spec=svn875&r=719 and determined that it no longer applies. Distribute should work fine with |