Skip to content

Commit 5b94ba9

Browse files
Add release notes for version 4.2.5.
1 parent c236ffb commit 5b94ba9

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

docs/release-notes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Release Notes
55
.. toctree::
66
:maxdepth: 2
77

8+
version-4.2.5.rst
89
version-4.2.4.rst
910
version-4.2.3.rst
1011
version-4.2.2.rst

docs/release-notes/version-4.2.5.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
=============
2+
Version 4.2.5
3+
=============
4+
5+
Version 4.2.5 of mod_wsgi can be obtained from:
6+
7+
https://github.com/GrahamDumpleton/mod_wsgi/archive/4.2.5.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. When using Apache 2.4 with dynamically loaded MPM modules, mod_wsgi
21+
express was incorrectly trying to load more than one MPM module if more
22+
than one existed in the Apache modules directory.

0 commit comments

Comments
 (0)