Mercurial > p > roundup > code
diff CHANGES.txt @ 353:6713716d8ae9
Fixed various cookie-related bugs:
. [SF#477685] base64.decodestring breaks
. [SF#477837] lynx does not like the cookie
. [SF#477892] Password edit doesn't fix login cookie
Also closed a security hole - a logged-in user could edit another user's
details.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 04 Nov 2001 03:07:12 +0000 |
| parents | a158507768f6 |
| children | 82630e18239d |
line wrap: on
line diff
--- a/CHANGES.txt Sat Nov 03 01:59:33 2001 +0000 +++ b/CHANGES.txt Sun Nov 04 03:07:12 2001 +0000 @@ -21,6 +21,9 @@ . bug #477107 ] HTTP header problem . bug #477687 ] conforming html . bug #474372 ] Netscape 4.77 do not render Support form + . bug #477685 ] base64.decodestring breaks + . bug #477837 ] lynx does not like the cookie + . bug #477892 ] Password edit doesn't fix login cookie 2001-10-23 - 0.3.0 pre 3 Feature:
