1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
=============
Version 4.6.6
=============
Version 4.6.6 of mod_wsgi can be obtained from:
https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.6.6
Bugs Fixed
----------
* Fix compilation failures when using Python 3.8.
Features Changed
----------------
* When running ``mod_wsgi-express`` it will do a search for the location of
``bash`` and ``sh`` when defining the shell to use for the generated
``apachectl``. The shell used can be overridden using ``--shell-executable``
option. This is to get around issue with FreeBSD not having ``/bin/bash``.
New Features
------------
* The Apache request ID is accessible in request events as ``request_id``.
* The per request data dictionary accessible using ``mod_wsgi.request_data()``
is now also accessible in events as ``request_data``.
|