summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-06-29 11:06:28 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-06-29 11:06:28 -0400
commit2433e1096d1cd9ba47cf8c58b5c74f4a53a43246 (patch)
tree4a423756496cee50a838e0a7af530245ffb64386 /CHANGES.txt
parent7ece8c26352879f5d4486e329cec5d35d10d3ed6 (diff)
parentb59a01e059d5b2936d10500d8eb7b33e98f1da40 (diff)
downloadpython-setuptools-git-2433e1096d1cd9ba47cf8c58b5c74f4a53a43246.tar.gz
Merge latest changes with distribute
--HG-- rename : distribute_setup.py => ez_setup.py
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 42286971..41a57aaf 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -78,6 +78,14 @@ Added several features that were slated for setuptools 0.6c12:
world-writable.
------
+0.6.46
+------
+
+* Issue #375: Issue a warning if the PYTHON_EGG_CACHE or otherwise
+ customized egg cache location specifies a directory that's group- or
+ world-writable.
+
+------
0.6.45
------