summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>2011-05-22 23:47:14 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>2011-05-22 23:47:14 +0200
commitd47eed43b85912d5e9443b6cc5514913946075cd (patch)
treee694257cdabf1a049fcd1027e952bf9c9937310d /CHANGES.txt
parent606015e88f41070ffb182dfcc57926a858dd3358 (diff)
downloadpython-setuptools-git-d47eed43b85912d5e9443b6cc5514913946075cd.tar.gz
Support DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT environment
variable to allow to disable installation of easy_install-${version} script. --HG-- branch : distribute extra : rebase_source : 9a278ec5528955480faee8f9192295b3b8e77b5b
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 542424d1..55662218 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,8 @@ CHANGES
0.6.17
------
+* Support 'DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT' environment
+ variable to allow to disable installation of easy_install-${version} script.
* Support Python >=3.1.4 and >=3.2.1.
------