diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-15 09:42:23 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-15 09:42:23 -0400 |
commit | 1a4c6632a304225cfd797d5a1d6881578cb81af1 (patch) | |
tree | db3e3c4d4dd825a649cc95bc26eb81aeb884d8a2 | |
parent | 729daffe61a5e6c5705ddf2aba36f9e0caf42f37 (diff) | |
download | python-setuptools-git-14.3.tar.gz |
Update changelog. Fixes #254.14.3
-rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index ca15f587..fa161fc6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,14 @@ CHANGES ======= ---- +14.3 +---- + +* Issue #254: When creating temporary egg cache on Unix, use mode 755 + for creating the directory to avoid the subsequent warning if + the directory is group writable. + +---- 14.2 ---- |