diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-05 22:28:53 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-05 22:28:53 -0500 |
| commit | cf8edd7c24a6afdb81ac928f348faeaba77860bf (patch) | |
| tree | a5f878dd9f7d3989015b5f0f4374b195e0f665ed /CHANGES.txt | |
| parent | 23697e49df2ae57278b7c9bcfdb0314ad9118931 (diff) | |
| download | python-setuptools-git-cf8edd7c24a6afdb81ac928f348faeaba77860bf.tar.gz | |
Update changelog
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 62272286..dfb7ba39 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,12 +3,20 @@ CHANGES ======= ---- -13.1 +14.0 ---- -Bootstrap script now accepts ``--to-dir`` to customize save directory or -allow for re-use of existing repository of setuptools versions. See -Pull Request #112 for an alternate implementation. +* Bootstrap script now accepts ``--to-dir`` to customize save directory or + allow for re-use of existing repository of setuptools versions. See + Pull Request #112 for an alternate implementation. +* Issue #285: ``easy_install`` no longer will default to installing + packages to the "user site packages" directory if it is itself installed + there. Instead, the user must pass ``--user`` in all cases to install + packages to the user site packages. + This behavior now matches that of "pip install". To configure + an environment to always install to the user site packages, consider + using the "install-dir" and "scripts-dir" parameters to easy_install + through an appropriate distutils config file. ------ 13.0.1 |
