summaryrefslogtreecommitdiff
path: root/docs/release-notes/version-4.4.1.rst
Commit message (Collapse)AuthorAgeFilesLines
* Added optional recording of requests in debug mode.Graham Dumpleton2014-12-141-0/+3
|
* Use a directory for profiler stats rather than the same file all the time.Graham Dumpleton2014-12-141-0/+5
|
* Fix process crash after request finished, when wsgi.input had been consumed.Graham Dumpleton2014-12-131-0/+11
|
* Added the socket-user option to WSGIDaemonProcess to allow the owner of the ↵Graham Dumpleton2014-12-111-0/+9
| | | | daemon process group listener socket to be overridden.
* Log write failure messages at debug level rather than error level when ↵Graham Dumpleton2014-12-061-0/+9
| | | | processing WSGI response.
* Add --debugger-startup to open up debugger on startup for setting breakpoints.Graham Dumpleton2014-12-041-0/+5
|
* Add --host-access-script to mod_wsgi-express. #47Graham Dumpleton2014-12-031-0/+6
|
* Add 'static' as option for --application-type with mod_wsgi-express so it ↵Graham Dumpleton2014-12-021-0/+7
| | | | can be used to serve just static files only, with no WSGI application.
* Add --server-mpm option to mod_wsgi-express for selecting the MPM to use ↵Graham Dumpleton2014-12-011-0/+24
when have dynamically loadable MPMs and more than one is available.