summaryrefslogtreecommitdiff
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
parent7ece8c26352879f5d4486e329cec5d35d10d3ed6 (diff)
parentb59a01e059d5b2936d10500d8eb7b33e98f1da40 (diff)
downloadpython-setuptools-git-2433e1096d1cd9ba47cf8c58b5c74f4a53a43246.tar.gz
Merge latest changes with distribute
--HG-- rename : distribute_setup.py => ez_setup.py
-rw-r--r--.hgtags1
-rw-r--r--CHANGES.txt8
2 files changed, 9 insertions, 0 deletions
diff --git a/.hgtags b/.hgtags
index 6fa0c346..cf5cd38e 100644
--- a/.hgtags
+++ b/.hgtags
@@ -65,4 +65,5 @@ d04c05f035e3a5636006fc34f4be7e6c77035d17 0.7.2
d212e48e0cef689acba57ed017289c027660b23c 0.7.3
74c6c12268059986f9cc0b535399594f1d131201 0.8b1
85640475dda0621f20e11db0995fa07f51744a98 0.7.4
+b57e5ba934767dd498669b17551678081b3047b5 0.6.46
dd5bbc116c53d3732d22f983e7ca6d8cfabd3b08 0.7.5
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
------