Skip to content

Commit 97fc41f

Browse files
Increment version to 4.2.2 and add release notes.
1 parent 4f693f4 commit 97fc41f

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
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.2.rst
89
version-4.2.1.rst
910
version-4.2.0.rst
1011

docs/release-notes/version-4.2.2.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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``.

src/server/wsgi_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

2626
#define MOD_WSGI_MAJORVERSION_NUMBER 4
2727
#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"
3030

3131
/* ------------------------------------------------------------------------- */
3232

0 commit comments

Comments
 (0)