diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-29 10:35:02 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-29 10:35:02 -0400 |
| commit | e548b2ef8b4e81c1111ce9bec459a7e5e0a00bfc (patch) | |
| tree | 983151ec83dc32b9de94fc36cfeaad28deb39fad /CHANGES.txt | |
| parent | 54cea58c9eb477f8d53c44a6555dbc1f7531fbb8 (diff) | |
| parent | 0d20ce20254e5413074ce909cd9b9dee4313d6b5 (diff) | |
| download | python-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.txt | 8 |
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 ------ |
