summaryrefslogtreecommitdiff
path: root/docs/release-notes
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2018-10-22 14:07:08 +1100
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2018-10-22 14:07:08 +1100
commit0c72bb3da64326be273d1f51b29ec2df89f5dad7 (patch)
tree61f511b7d058400e8bc0b4a9bd103aff45a1f5b6 /docs/release-notes
parentdf1eda851c804c7a3944d7422461eb90e9535d8e (diff)
downloadmod_wsgi-0c72bb3da64326be273d1f51b29ec2df89f5dad7.tar.gz
Add special support for using mod_wsgi-express with shiv variant of a zipapp.
Diffstat (limited to 'docs/release-notes')
-rw-r--r--docs/release-notes/version-4.6.5.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/release-notes/version-4.6.5.rst b/docs/release-notes/version-4.6.5.rst
index 9842258..6900782 100644
--- a/docs/release-notes/version-4.6.5.rst
+++ b/docs/release-notes/version-4.6.5.rst
@@ -13,3 +13,11 @@ Bugs Fixed
document root, and the WSGI application was mounted at a sub URL using
``--mount-point``, the static files in the document root outside of the
mount point for the WSGI application would no longer be accessible.
+
+New Features
+------------
+
+* Now possible to use ``mod_wsgi-express`` in an a ``zipapp`` created using
+ ``shiv``. This entailed a special workaround to detect when ``shiv`` was
+ used, so that the unpacked ``site-packages`` directory could be added to
+ the Python module search path for ``mod_wsgi-express``.