File tree 3 files changed +34
-2
lines changed
3 files changed +34
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Release Notes
5
5
.. toctree ::
6
6
:maxdepth: 2
7
7
8
+ version-4.2.2.rst
8
9
version-4.2.1.rst
9
10
version-4.2.0.rst
10
11
Original file line number Diff line number Diff line change
1
+ =============
2
+ Version 4.2.2
3
+ =============
4
+
5
+ Version 4.2.2 of mod_wsgi can be obtained from:
6
+
7
+ https://github.com/GrahamDumpleton/mod_wsgi/archive/4.2.2.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 ``envvars `` file was being overwritten even if it existed and had
21
+ been modified.
22
+
23
+ New Features
24
+ ------------
25
+
26
+ 1. Output the location of the ``envvars `` file when using the
27
+ ``setup-server `` command for ``mod_wsgi-express `` or if using the
28
+ ``start-server `` command and the ``--envars-script `` option was being used.
29
+
30
+ 2. Output the location of the ``apachectl `` script when using the
31
+ ``setup-server `` command for ``mod_wsgi-express ``.
Original file line number Diff line number Diff line change 25
25
26
26
#define MOD_WSGI_MAJORVERSION_NUMBER 4
27
27
#define MOD_WSGI_MINORVERSION_NUMBER 2
28
- #define MOD_WSGI_MICROVERSION_NUMBER 1
29
- #define MOD_WSGI_VERSION_STRING "4.2.1 "
28
+ #define MOD_WSGI_MICROVERSION_NUMBER 2
29
+ #define MOD_WSGI_VERSION_STRING "4.2.2 "
30
30
31
31
/* ------------------------------------------------------------------------- */
32
32
You can’t perform that action at this time.
0 commit comments