summaryrefslogtreecommitdiff
path: root/docs/release-notes
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2018-03-14 16:59:16 +1100
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2018-03-14 16:59:16 +1100
commit5afe5abf8e47f2b7a712847e4ef936e63accb513 (patch)
treebf7b51223a74f2c32fd912747523d8b58107c78f /docs/release-notes
parent6df8f9cd4356ba80e9f415052a500c12d665fea2 (diff)
downloadmod_wsgi-5afe5abf8e47f2b7a712847e4ef936e63accb513.tar.gz
Fix compilation error on Windows with undefined symbol.
Diffstat (limited to 'docs/release-notes')
-rw-r--r--docs/release-notes/version-4.6.3.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/release-notes/version-4.6.3.rst b/docs/release-notes/version-4.6.3.rst
index 97cf730..f787629 100644
--- a/docs/release-notes/version-4.6.3.rst
+++ b/docs/release-notes/version-4.6.3.rst
@@ -15,3 +15,8 @@ Bugs Fixed
still yields correct answer. This issue was introduced in mod_wsgi
version 4.6.0 in fix to have correct line numbers generated for stack
traces on shutdown due to request timeout.
+
+* Installing mod_wsgi on Windows would fail as hadn't exclude mod_wsgi
+ daemon mode specific code from Windows build. This would result in compile
+ time error about ``wsgi_daemon_process`` being undefined. This problem
+ was introduced to Windows in version 4.6.0.