blob: 645c3407cf33aa5a8b9d883a085f1aa22973ca4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
===========
Version 2.8
===========
Version 2.8 of mod_wsgi can be obtained from:
http://modwsgi.googlecode.com/files/mod_wsgi-2.8.tar.gz
Bug Fixes
---------
1. Ensure that any compiler flags supplied via the CFLAGS environment variable
when running 'configure' script are prefixed by '-Wc,' before being passed to
'apxs' to build module. Without this 'apxs' will incorrectly interpret the
compiler options. For more details see:
http://code.google.com/p/modwsgi/issues/detail?id=166
|