summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-06-29 10:35:02 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-06-29 10:35:02 -0400
commite548b2ef8b4e81c1111ce9bec459a7e5e0a00bfc (patch)
tree983151ec83dc32b9de94fc36cfeaad28deb39fad /CHANGES.txt
parent54cea58c9eb477f8d53c44a6555dbc1f7531fbb8 (diff)
parent0d20ce20254e5413074ce909cd9b9dee4313d6b5 (diff)
downloadpython-setuptools-git-e548b2ef8b4e81c1111ce9bec459a7e5e0a00bfc.tar.gz
Merge with 0.6.46 (to include additional fix for Distribute #375)
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 078b532f..4036e949 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -59,6 +59,14 @@ Added several features that were slated for setuptools 0.6c12:
* Issue #3: Fixed NameError in SSL support.
------
+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
------