File: version-5.0.1.rst

package info (click to toggle)
mod-wsgi 5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,824 kB
  • sloc: ansic: 15,512; python: 3,697; makefile: 219; sh: 107
file content (25 lines) | stat: -rw-r--r-- 736 bytes parent folder | download
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`.