summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-03-15 09:42:23 -0400
committerJason R. Coombs <jaraco@jaraco.com>2015-03-15 09:42:23 -0400
commit286b6f08a33491a6c1e45fbafb58a9d2efeb648d (patch)
tree1c80918f48be7d2d12f1227950416768799a69e4
parente97633841309c3fd3c9916a8b5df4b42ebfe8b33 (diff)
downloadpython-setuptools-bitbucket-14.3.tar.gz
Update changelog. Fixes #254.14.3
-rw-r--r--CHANGES.txt8
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
----