summaryrefslogtreecommitdiff
path: root/docs/release-notes
diff options
context:
space:
mode:
Diffstat (limited to 'docs/release-notes')
-rw-r--r--docs/release-notes/index.rst1
-rw-r--r--docs/release-notes/version-4.2.5.rst22
2 files changed, 23 insertions, 0 deletions
diff --git a/docs/release-notes/index.rst b/docs/release-notes/index.rst
index 3b94f2c..22c16e1 100644
--- a/docs/release-notes/index.rst
+++ b/docs/release-notes/index.rst
@@ -5,6 +5,7 @@ Release Notes
.. toctree::
:maxdepth: 2
+ version-4.2.5.rst
version-4.2.4.rst
version-4.2.3.rst
version-4.2.2.rst
diff --git a/docs/release-notes/version-4.2.5.rst b/docs/release-notes/version-4.2.5.rst
new file mode 100644
index 0000000..884e8d2
--- /dev/null
+++ b/docs/release-notes/version-4.2.5.rst
@@ -0,0 +1,22 @@
+=============
+Version 4.2.5
+=============
+
+Version 4.2.5 of mod_wsgi can be obtained from:
+
+ https://github.com/GrahamDumpleton/mod_wsgi/archive/4.2.5.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. When using Apache 2.4 with dynamically loaded MPM modules, mod_wsgi
+express was incorrectly trying to load more than one MPM module if more
+than one existed in the Apache modules directory.