diff options
| author | Graham Dumpleton <Graham.Dumpleton@gmail.com> | 2019-12-20 17:09:09 +1100 |
|---|---|---|
| committer | Graham Dumpleton <Graham.Dumpleton@gmail.com> | 2019-12-20 17:09:09 +1100 |
| commit | 4b89893ca3832adae3c464716634932cb5db47ab (patch) | |
| tree | 5b7e955e4ff424ecd34b9260cc6af1253fca4e7b /docs | |
| parent | 2ec84a1edfbe5735112606bc58e3b34b872c2e93 (diff) | |
| download | mod_wsgi-4b89893ca3832adae3c464716634932cb5db47ab.tar.gz | |
Add way of installing parallel mod_wsgi-standalone package.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/release-notes.rst | 2 | ||||
| -rw-r--r-- | docs/release-notes/version-4.7.0.rst | 29 |
2 files changed, 31 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 22cf506..964571b 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -5,6 +5,8 @@ Release Notes .. toctree:: :maxdepth: 2 + release-notes/version-4.7.0 + release-notes/version-4.6.8 release-notes/version-4.6.7 release-notes/version-4.6.6 diff --git a/docs/release-notes/version-4.7.0.rst b/docs/release-notes/version-4.7.0.rst new file mode 100644 index 0000000..36930e5 --- /dev/null +++ b/docs/release-notes/version-4.7.0.rst @@ -0,0 +1,29 @@ +============= +Version 4.7.0 +============= + +Version 4.7.0 of mod_wsgi can be obtained from: + + https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.7.0 + +New Features +------------ + +* Now releasing parallel ``mod_wsgi-standalone`` package to PyPi. This is + the same as the ``mod_wsgi`` package, except that by installing the + ``mod_wsgi-standalone`` package, it will automatically trigger the + ``mod_wsgi-httpd`` package to install the Apache HTTPD server as part + of your Python installation. When you run ``mod_wsgi-express`` it will + use that Apache HTTPD server installation. + + The ``mod_wsgi-standalone`` package is required where you need to install + ``mod_wsgi-express`` using its own Apache HTTPD installation due to no + system Apache HTTPD server package being available, and the installation + needs to be done using a ``requirements.txt`` file for ``pip`` or other + package install manager. Using ``mod_wsgi-standalone`` will ensure + that the ``mod_wsgi-httpd`` package is installed first before attempting + to build and install mod_wsgi. This guarantee is not provided by ``pip`` + if you list ``mod_wsgi-httpd`` and ``mod_wsgi`` packages as two entries. + + The version numbering of the ``mod_wsgi-standalone`` package will follow + the ``mod_wsgi`` versioning. |
