File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Release Notes
55.. toctree ::
66 :maxdepth: 2
77
8+ version-4.2.1.rst
89 version-4.2.0.rst
910
1011 version-4.1.3.rst
Original file line number Diff line number Diff line change 1+ =============
2+ Version 4.2.1
3+ =============
4+
5+ Version 4.2.1 of mod_wsgi can be obtained from:
6+
7+ https://github.com/GrahamDumpleton/mod_wsgi/archive/4.2.1.tar.gz
8+
9+ Known Issues
10+ ------------
11+
12+ 1. The makefiles for building mod_wsgi on Windows are currently broken and
13+ need updating. As most new changes relate to mod_wsgi daemon mode, which is
14+ not supported under Windows, you should keep using the last available
15+ binary for version 3.X on Windows instead.
16+
17+ Bugs Fixed
18+ ----------
19+
20+ 1. The auto generated configuration would not work with an Apache
21+ installation where core Apache modules were statically compiled into Apache
22+ rather than being dynamically loaded.
You can’t perform that action at this time.
0 commit comments