diff options
| author | Graham Dumpleton <Graham.Dumpleton@gmail.com> | 2015-02-08 20:34:19 +1100 |
|---|---|---|
| committer | Graham Dumpleton <Graham.Dumpleton@gmail.com> | 2015-02-08 20:34:19 +1100 |
| commit | 3cc8bba0658bb448ac197cd5517b363ec3dbc400 (patch) | |
| tree | 3d3f04ad02f1eaca28fc5b29661043a1cb728ee7 /docs | |
| parent | 8f3e537ad62873f72e211808fef6ef7c178ef8da (diff) | |
| parent | 71f89d8b841d3553c27a006bb188363d4a12b9ae (diff) | |
| download | mod_wsgi-4.4.8.tar.gz | |
Merge branch 'release/4.4.8'4.4.8
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/release-notes/index.rst | 1 | ||||
| -rw-r--r-- | docs/release-notes/version-4.4.8.rst | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/docs/release-notes/index.rst b/docs/release-notes/index.rst index 5726dad..9b7b42b 100644 --- a/docs/release-notes/index.rst +++ b/docs/release-notes/index.rst @@ -5,6 +5,7 @@ Release Notes .. toctree:: :maxdepth: 2 + version-4.4.8.rst version-4.4.7.rst version-4.4.6.rst version-4.4.5.rst diff --git a/docs/release-notes/version-4.4.8.rst b/docs/release-notes/version-4.4.8.rst new file mode 100644 index 0000000..18cb2ce --- /dev/null +++ b/docs/release-notes/version-4.4.8.rst @@ -0,0 +1,34 @@ +============= +Version 4.4.8 +============= + +Version 4.4.8 of mod_wsgi can be obtained from: + + https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.4.8 + +For details on the availability of Windows binaries see: + + https://github.com/GrahamDumpleton/mod_wsgi/tree/master/win32 + +Bugs Fixed +---------- + +1. The eviction timeout was not being correctly applied when request timeout +wasn't being applied at the same time. It may have partly worked if any of +inactivity or graceful timeout were also specified, but the application of +the timeout may still have been delayed. + +New Features +------------ + +1. Added the ``--error-log-name`` option to ``mod_wsgi-express`` to allow +the name of the file used for the error log, when being written to the log +directory, to be overridden. + +2. Added the ``--access-log-name`` option to ``mod_wsgi-express`` to allow +the name of the file used for the access log, when being written to the log +directory, to be overridden. + +3. Added the ``--startup-log-name`` option to ``mod_wsgi-express`` to allow +the name of the file used for the startup log, when being written to the log +directory, to be overridden. |
