1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
==============
Version 4.5.18
==============
Version 4.5.18 of mod_wsgi can be obtained from:
https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.5.18
Features Changed
----------------
* When using ``--url-alias`` with ``mod_wsgi-express`` and the target of
the URL doesn't exist, it will now be assumed that it will be a directory
rather than a file, when finally created. This is to accomodate where
may have used ``--setup-only`` option or ``setup-server`` command to
pre-generate config files before the directory is created.
|