summaryrefslogtreecommitdiff
path: root/docs/release-notes
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2018-04-02 13:58:38 +1000
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2018-04-02 13:58:38 +1000
commitd4ea7fce0158cdbe720c121ee7db9e752f3f242e (patch)
treec19e49e01948e29e0cd9c3a73183232eed994209 /docs/release-notes
parent3ab3cb85940bcb8515990312b363172521bbade8 (diff)
downloadmod_wsgi-d4ea7fce0158cdbe720c121ee7db9e752f3f242e.tar.gz
Python config directory can have platform name in it.
Diffstat (limited to 'docs/release-notes')
-rw-r--r--docs/release-notes/version-4.6.4.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/release-notes/version-4.6.4.rst b/docs/release-notes/version-4.6.4.rst
index 6f3642a..45f904a 100644
--- a/docs/release-notes/version-4.6.4.rst
+++ b/docs/release-notes/version-4.6.4.rst
@@ -5,3 +5,15 @@ Version 4.6.4
Version 4.6.4 of mod_wsgi can be obtained from:
https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.6.4
+
+Bugs Fixed
+----------
+
+* In more recent Python versions, the config directory in the Python
+ installation incorporates the platform name. This directory was added as
+ an additional directory to search for Python shared libraries when
+ installing using the ``setup.py`` file or ``pip``. It should not even be
+ needed for newer Python versions but still check for older Python
+ versions. The only issue arising from the wrong directory, not incorporating
+ the platform name, being used, was a linker warning about the directory
+ not being present.