Mercurial > p > roundup > code
changeset 1672:02ed2b7180e0 maint-0.5 0.5.8
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 19 Jun 2003 23:02:51 +0000 |
| parents | 7936edef5511 |
| children | 23281e048df6 |
| files | CHANGES.txt roundup/cgi/client.py |
| diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Thu Jun 19 13:45:00 2003 +0000 +++ b/CHANGES.txt Thu Jun 19 23:02:51 2003 +0000 @@ -1,6 +1,7 @@ This file contains the changes to the Roundup system over time. The entries are given with the most recent entry first. + 2003-06-19 0.5.8 - plugged cross-site-scripting hole (thanks Jeff Epler) - minor interface tweak (sf bug 753885)
--- a/roundup/cgi/client.py Thu Jun 19 13:45:00 2003 +0000 +++ b/roundup/cgi/client.py Thu Jun 19 23:02:51 2003 +0000 @@ -1,4 +1,4 @@ -# $Id: client.py,v 1.65.2.8 2003-06-19 13:45:00 neaj Exp $ +# $Id: client.py,v 1.65.2.9 2003-06-19 23:02:32 richard Exp $ __doc__ = """ WWW request handler (also used in the stand-alone server).
