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
|
=============
Version 5.0.1
=============
Version 5.0.1 of mod_wsgi can be obtained from:
https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/5.0.1
Features Changed
----------------
* Internally, when using Python 3.8 or newer, the PyConfig API will now be used
due to deprecation and future removal of older C API alternatives. This was
required to support Python 3.13.
Bugs Fixed
----------
* Fix issue which could result in process crashing when values were supplied
for user/password/realm of HTTP basic authentication which weren't compliant
with UTF-8 encoding format.
* Fix memory leak in `check_password()` authentication hook handler.
* Change use of deprecated `thread.setDaemon` to `thread.daemon`.
|