Revision: | 39 |
Committed: | 2008-08-23T14:40:01-07:00 (16 years, 9 months ago) by douglas |
Content type: | text/x-diff |
File size: | 409 byte(s) |
Log Message: | Upgrade to mod_wsgi 2.3 which I caused and fixes a lovely bug that made CGI not work. |
# | Content |
---|---|
1 | Index: mod_wsgi.c |
2 | =================================================================== |
3 | --- mod_wsgi.c (revision 1007) |
4 | +++ mod_wsgi.c (revision 1008) |
5 | @@ -245,7 +245,7 @@ |
6 | /* Version and module information. */ |
7 | |
8 | #define MOD_WSGI_MAJORVERSION_NUMBER 2 |
9 | -#define MOD_WSGI_MINORVERSION_NUMBER 2 |
10 | +#define MOD_WSGI_MINORVERSION_NUMBER 3 |
11 | #define MOD_WSGI_VERSION_STRING "2.3" |
12 | |
13 | #if AP_SERVER_MAJORVERSION_NUMBER < 2 |
Name | Value |
---|---|
svn:mime-type | text/x-diff |