Mercurial > p > roundup > code
diff CHANGES.txt @ 6746:efa203f3c696
Add attribution and install zope and wsgi frontends.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 02 Jul 2022 13:52:52 -0400 |
| parents | 031996eb9bb5 |
| children | d32d43e4a5ba |
line wrap: on
line diff
--- a/CHANGES.txt Sat Jul 02 13:46:03 2022 -0400 +++ b/CHANGES.txt Sat Jul 02 13:52:52 2022 -0400 @@ -102,10 +102,14 @@ - issue2551207 - Fix sorting by order attribute if order attributes can be None. Add a test. - issue2551203 fix CORS requests by providing proper headers and allowing - unauthenticted CORS preflight requests. + unauthenticted CORS preflight requests. (Marcus Priesch and John + Rouillard) - issue2551206 - removed some windows installer references that were missed. - document use of jinja2 templating as optional in config.ini - file. Report if available or not. + file. Report if available or not. (John Rouillard) +- make setup.py install the Zope and wsgi.py frontends under + share/frontends. This matches the install fo the cgi-bin/roundup.cgi + frontend. (John Rouillard) Features:
