Skip to content

Commit

Permalink
Add notes about update of version to 5.0 and dropping of Python 2.X s…
Browse files Browse the repository at this point in the history
…upport.
  • Loading branch information
GrahamDumpleton committed Oct 2, 2023
1 parent a5f41e0 commit 960bd7e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 13 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The mod_wsgi package provides an Apache module that implements a WSGI
compliant interface for hosting Python based web applications on top of the
Apache web server.

*Note that a new major version is being used not because of any new major
features but because from version 5.0.0 onwards compatability with Python 2.7 is
no longer guaranteed. A minimum Python version of 3.8 will be enforced by the
Python package installation configuration.*

Installation of mod_wsgi from source code can be performed in one of two
ways.

Expand Down
13 changes: 0 additions & 13 deletions docs/release-notes/version-4.9.5.rst

This file was deleted.

25 changes: 25 additions & 0 deletions docs/release-notes/version-5.0.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
=============
Version 5.0.0
=============

Version 5.0.0 of mod_wsgi can be obtained from:

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

*Note that the major version 5.0 was introduced not because of any new major
features but because from version 5.0 onwards compatability with Python 2.7 is
no longer guaranteed. A minimum Python version of 3.8 will be enforced by the
Python package installation configuration.*

Features Changed
----------------

* The `setuptools` package is now required to be installed in order to use the
`pip install` method to install mod_wsgi. This is because `distutils` has been
removed in Python 3.12.

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

* Fix ability to build mod_wsgi against Apache 2.2. Do note that in general only
recent versions of Apache 2.4 are supported

0 comments on commit 960bd7e

Please sign in to comment.