aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoragronholm <none@none>2009-09-26 19:46:11 +0300
committeragronholm <none@none>2009-09-26 19:46:11 +0300
commitf00b7464e93706770fba6b891dd9f7e979acb623 (patch)
tree67f1318bd3069485c9215ba65daf1ad1ab9aab7b
parentc7799d0af7ea2926821097e27baa730d5582c26c (diff)
downloadexternal_python_setuptools-f00b7464e93706770fba6b891dd9f7e979acb623.tar.gz
external_python_setuptools-f00b7464e93706770fba6b891dd9f7e979acb623.tar.bz2
external_python_setuptools-f00b7464e93706770fba6b891dd9f7e979acb623.zip
Documented major changes in 0.6.2
--HG-- branch : distribute extra : rebase_source : 4e4c362c3d59494907c4abc025af02cbe98546fb
-rw-r--r--CHANGES.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 2574300a..9dfa80cf 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,9 +9,24 @@ CHANGES
setuptools
==========
+* Added Python 3 support.
+ This closes http://bugs.python.org/setuptools/issue39.
+
+* Added option to run 2to3 automatically when installing on Python 3.
+ This closes http://bitbucket.org/tarek/distribute/issue/31.
+
* Fixed invalid usage of requirement.parse, that broke develop -d.
- closed http://bugs.python.org/setuptools/issue44.
+ This closes http://bugs.python.org/setuptools/issue44.
+
+* Fixed script launcher for 64-bit Windows.
+ This closes http://bugs.python.org/setuptools/issue2.
+
+
+bootstraping
+============
+* Fixed bootstrap not working on Windows.
+ This closes http://bitbucket.org/tarek/distribute/issue/49.
-----
0.6.1