Skip to content

Commit a607412

Browse files
Add release notes for 4.2.4.
1 parent 545354a commit a607412

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

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.4.rst
89
version-4.2.3.rst
910
version-4.2.2.rst
1011
version-4.2.1.rst
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
=============
2+
Version 4.2.4
3+
=============
4+
5+
Version 4.2.4 of mod_wsgi can be obtained from:
6+
7+
https://github.com/GrahamDumpleton/mod_wsgi/archive/4.2.4.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. Fixed one off error in applying limit to the number of supplementary
21+
groups allowed for a daemon process group. The result could be that if
22+
more groups than the operating system allowed were specified to the option
23+
``supplementary-groups``, then memory corruption or a process crash could
24+
occur.
25+
26+
2. Improved error handling in setting up the current working directory and
27+
group access rights for a process when creating a daemon process group. The
28+
change means that if any error occurs that the daemon process group will be
29+
restarted rather than allow it to keep running with an incorrect working
30+
directory or group access rights.
31+
32+
New Features
33+
------------
34+
35+
1. Added the ``--setup-only`` option to mod_wsgi express so that it is
36+
possible to create the configuration when using the Django management command
37+
``runmodwsgi`` without actually starting the server.

0 commit comments

Comments
 (0)