File: version-4.5.7.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 (26 lines) | stat: -rw-r--r-- 966 bytes parent folder | download | duplicates (5)
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
=============
Version 4.5.7
=============

Version 4.5.7 of mod_wsgi can be obtained from:

  https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.5.7

Bugs Fixed
----------

1. Resolved problem whereby mod_wsgi would fail on startup when using
   Anaconda Python. This was caused by Anaconda Python changing the
   behaviour of the C API function ``Py_GetVersion()`` so that it can no
   longer be called before the Python interpreter is initialised. Now
   display only the Python major and minor version in server string from
   time of compilation, rather than runtime. Also no longer log warning
   about mismatches between compile time and runtime Python version. This
   avoids need to call ``Py_GetVersion()``.

New Features
------------

1. Add ``--http2`` option to ``mod_wsgi-express`` for enabling support of
   HTTP/2. Requires the ``mod_http2`` module to be compiled into Apache
   httpd server for versions of Apache where that is available.