summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-05-22 14:38:41 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-05-22 14:38:41 -0400
commitf9b1e6733434d7ef2060722dc564fbf24249cfb3 (patch)
tree0ddcbbfd129ac1c7ed4608571c705cbe7297175c /CHANGES.rst
parentb83cf1a68091b8de46f0ba19f1ce2f031d9cdc94 (diff)
parentde5db9dbd9da6802219fe1b70ba84207f60470dd (diff)
downloadpython-setuptools-git-f9b1e6733434d7ef2060722dc564fbf24249cfb3.tar.gz
Merge with 21.2.0
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index eeb9a02c..4ee60250 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,6 +8,20 @@ Next
* Pull Request #174: Add more aggressive support for
Windows SDK in msvc9compiler patch.
+v21.2.0
+-------
+
+* #539: In the easy_install get_site_dirs, honor all
+ paths found in ``site.getsitepackages``.
+
+v21.1.0
+-------
+
+* #572: In build_ext, now always import ``_CONFIG_VARS``
+ from ``distutils`` rather than from ``sysconfig``
+ to allow ``distutils.sysconfig.customize_compiler``
+ configure the OS X compiler for ``-dynamiclib``.
+
v21.0.0
-------