summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinout van Rees <reinout@vanrees.org>2009-10-13 13:29:58 +0200
committerReinout van Rees <reinout@vanrees.org>2009-10-13 13:29:58 +0200
commit9ab857e33e35a1ad3901d2aae622dbedcea95ac2 (patch)
tree2b46e1f89b9598ea4f4df7a50a8b149b0b4f2142
parent3bd277147c3c3a8342dbc3b3d51214d430049a6b (diff)
downloadpython-setuptools-git-9ab857e33e35a1ad3901d2aae622dbedcea95ac2.tar.gz
Updated changelog
--HG-- branch : distribute extra : rebase_source : 2fda957d09f002072e1eea759be2e8fd98ebca5b
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4c16f37a..e92f9cbf 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,9 @@ CHANGES
0.6.5
-----
+* When run from within buildout, no attempt is made to modify an existing
+ setuptools egg, whether in a shared egg directory or a system setuptools.
+
* Fixed a hole in sandboxing allowing builtin file to write outside of
the sandbox.