diff options
| author | Tarek Ziade <tarek@ziade.org> | 2011-05-30 17:55:38 +0200 |
|---|---|---|
| committer | Tarek Ziade <tarek@ziade.org> | 2011-05-30 17:55:38 +0200 |
| commit | d80cea8774172de2c584d27aab700a7dfe6ffdbd (patch) | |
| tree | a2912553a46149ab88f06931ea08002bca3f1a41 | |
| parent | 0c9d8a572d96db8cfc44ecfe0aaba109029902c3 (diff) | |
| download | python-setuptools-git-d80cea8774172de2c584d27aab700a7dfe6ffdbd.tar.gz | |
Updated CHANGES.txt
--HG--
branch : distribute
extra : rebase_source : ad6afd0836e49aae866d90c1700afe13e1018c63
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 55662218..a403e39f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,6 +9,11 @@ CHANGES * Support 'DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT' environment variable to allow to disable installation of easy_install-${version} script. * Support Python >=3.1.4 and >=3.2.1. +* Issue 204: Don't try to import the parent of a namespace package in + declare_namespace +* Issue 196: Tolerate responses with multiple Content-Length headers +* Issue 205: Sandboxing doesn't preserve working_set. Leads to setup_requires + problems. ------ 0.6.16 |
