summaryrefslogtreecommitdiff
path: root/docs/release-notes
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2019-05-22 14:06:09 +1000
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2019-05-22 14:06:09 +1000
commitd7ab2510d38f426d82ba645aed73e13d7a76543d (patch)
treec1d90972b0a613758d2cd8eec141f1af9121a026 /docs/release-notes
parentb03b02df6318afe26052db5b0365732152cacea2 (diff)
downloadmod_wsgi-d7ab2510d38f426d82ba645aed73e13d7a76543d.tar.gz
Add search for bash shell and fallback to sh.
Diffstat (limited to 'docs/release-notes')
-rw-r--r--docs/release-notes/version-4.6.6.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/release-notes/version-4.6.6.rst b/docs/release-notes/version-4.6.6.rst
index d25e3b5..5d61ba7 100644
--- a/docs/release-notes/version-4.6.6.rst
+++ b/docs/release-notes/version-4.6.6.rst
@@ -6,7 +6,10 @@ Version 4.6.6 of mod_wsgi can be obtained from:
https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.6.6
-Bugs Fixed
-----------
+Features Changed
+----------------
-* ...
+* When running ``mod_wsgi-express`` it will do a search for the location of
+ ``bash`` and ``sh`` when defining the shell to use for the generated
+ ``apachectl``. The shell used can be overridden using ``--shell-executable``
+ option. This is to get around issue with FreeBSD not having ``/bin/bash``.