diff options
author | Graham Dumpleton <Graham.Dumpleton@gmail.com> | 2014-06-17 16:44:13 +1000 |
---|---|---|
committer | Graham Dumpleton <Graham.Dumpleton@gmail.com> | 2014-06-17 16:44:13 +1000 |
commit | f578158a55d057f3e5b8bad5e2dc7d89b37d13fe (patch) | |
tree | 6b89a6f4a9c6bd21eb2db85aed29873e3a7ba215 /docs/release-notes | |
parent | 25f9682a1292dbfbbb6d237b669fcb61d19f3df0 (diff) | |
parent | 97fc41fc2c403ed58f0a71fe77e23e4e39594911 (diff) | |
download | mod_wsgi-4.2.2.tar.gz |
Merge branch 'release/4.2.2'4.2.2
Diffstat (limited to 'docs/release-notes')
-rw-r--r-- | docs/release-notes/index.rst | 1 | ||||
-rw-r--r-- | docs/release-notes/version-4.2.2.rst | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/docs/release-notes/index.rst b/docs/release-notes/index.rst index 8db3b21..68273ad 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.2.rst version-4.2.1.rst version-4.2.0.rst diff --git a/docs/release-notes/version-4.2.2.rst b/docs/release-notes/version-4.2.2.rst new file mode 100644 index 0000000..41f7b57 --- /dev/null +++ b/docs/release-notes/version-4.2.2.rst @@ -0,0 +1,31 @@ +============= +Version 4.2.2 +============= + +Version 4.2.2 of mod_wsgi can be obtained from: + + https://github.com/GrahamDumpleton/mod_wsgi/archive/4.2.2.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. The ``envvars`` file was being overwritten even if it existed and had +been modified. + +New Features +------------ + +1. Output the location of the ``envvars`` file when using the +``setup-server`` command for ``mod_wsgi-express`` or if using the +``start-server`` command and the ``--envars-script`` option was being used. + +2. Output the location of the ``apachectl`` script when using the +``setup-server`` command for ``mod_wsgi-express``. |