diff options
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
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 ----- |
