summaryrefslogtreecommitdiff
path: root/docs/release-notes/version-4.1.1.rst
blob: 716a8d8675e35fa99f7e78c082ddca4248a1d805 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
=============
Version 4.1.1
=============

Version 4.1.1 of mod_wsgi can be obtained from:

  https://github.com/GrahamDumpleton/mod_wsgi/archive/4.1.1.tar.gz

Known Issues
------------

1. The makefiles for building mod_wsgi on Windows are currently broken and
need updating. As most new changes relate to mod_wsgi daemon mode, which is
not supported under Windows, you should keep using the last available
binary for version 3.X on Windows instead.

Bugs Fixed
----------

1. Compilation would fail on Apache 2.4 due to a change in the Apache API to
determine the name of the MPM being used.