summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortarek <none@none>2009-09-26 20:04:11 +0200
committertarek <none@none>2009-09-26 20:04:11 +0200
commit2f2ef4a897642dda08a95e4544d05b4012850dcd (patch)
tree3f94d3ad9502d50a525f5c905dcdd50357f13332
parent7b5cc0aaf4e8ca3dc6374f697f10be6288281950 (diff)
downloadpython-setuptools-git-2f2ef4a897642dda08a95e4544d05b4012850dcd.tar.gz
more changes
--HG-- branch : distribute extra : rebase_source : 3c3037afbc1b3467650b99bcf56c1598464fb45e
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index acb45439..15adb6a4 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -21,6 +21,8 @@ setuptools
* Fixed script launcher for 64-bit Windows.
This closes http://bugs.python.org/setuptools/issue2.
+* KeyError when compiling extensions.
+ This closes http://bugs.python.org/setuptools/issue41.
bootstrapping
=============
@@ -28,6 +30,12 @@ bootstrapping
* Fixed bootstrap not working on Windows.
This closes http://bitbucket.org/tarek/distribute/issue/49.
+* Fixed 2.6 dependencies.
+ This closes http://bitbucket.org/tarek/distribute/issue/50.
+
+* Make sure setuptools is patched when running through easy_install
+ This closes http://bugs.python.org/setuptools/issue40.
+
-----
0.6.1
-----