aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ. Goutin <JGoutin@users.noreply.github.com>2016-08-16 12:55:19 +0200
committerGitHub <noreply@github.com>2016-08-16 12:55:19 +0200
commit4c2b0a2d9c19218086b5a6ecb837403bd5bb8135 (patch)
tree5450d635ca4cc6dbc9a2747ac3cfa9cfa46eda5b
parent5e1693d225b2416712e11da591f60c085ce62957 (diff)
downloadexternal_python_setuptools-4c2b0a2d9c19218086b5a6ecb837403bd5bb8135.tar.gz
external_python_setuptools-4c2b0a2d9c19218086b5a6ecb837403bd5bb8135.tar.bz2
external_python_setuptools-4c2b0a2d9c19218086b5a6ecb837403bd5bb8135.zip
Add history for unquoted libpaths problem
-rw-r--r--CHANGES.rst12
1 files changed, 9 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index bffad4c5..9f098df9 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,11 @@
CHANGES
=======
+v25.3.1
+-------
+
+* #739 Fix unquoted libpaths by fixing compatibility between `numpy.distutils` and `distutils._msvccompiler` for numpy < 1.11.2 (Fix issue #728, error also fixed in Numpy).
+
v25.3.0
-------
@@ -16,20 +21,21 @@ v25.2.0
v25.1.6
-------
-* #725
+* #725: revert `library_dir_option` patch (Error is related to `numpy.distutils` and make errors on non Numpy users).
v25.1.5
-------
* #720
-* #723
+* #723: Improve patch for `library_dir_option`.
v25.1.4
-------
* #717
* #713
-* #707 via #715
+* #707: Fix Python 2 compatibility for MSVC by catching errors properly.
+* #715: Fix unquoted libpaths by patching `library_dir_option`.
v25.1.3
-------