# HG changeset patch # User paulb # Date 1169160091 0 # Node ID 920604c28412f886cd9773f6be1b806feef3b70b # Parent fd71a81fdff36aa113dbf64d213238d8515a182c [project @ 2007-01-18 22:41:29 by paulb] Updated release notes. diff -r fd71a81fdff3 -r 920604c28412 README.txt --- a/README.txt Thu Jan 18 22:41:06 2007 +0000 +++ b/README.txt Thu Jan 18 22:41:31 2007 +0000 @@ -38,6 +38,13 @@ -------------------------------------------------- * Fixed mod_python get_content_type method. + * Fixed LoginResource form field processing; changed the field type to + password. + * Exposed LoginResource and LoginRedirectResource page contents as + attributes. + * Added documentation about extending LoginRedirectResource and using + PathSelector to remember an application's root path. + * Changed handle_errors to 1 throughout the examples. New in WebStack 1.2 (Changes since WebStack 1.1.2) -------------------------------------------------- diff -r fd71a81fdff3 -r 920604c28412 packages/ubuntu-hoary/python2.4-webstack/debian/changelog --- a/packages/ubuntu-hoary/python2.4-webstack/debian/changelog Thu Jan 18 22:41:06 2007 +0000 +++ b/packages/ubuntu-hoary/python2.4-webstack/debian/changelog Thu Jan 18 22:41:31 2007 +0000 @@ -1,8 +1,16 @@ webstack (1.2.1-0ubuntu1) hoary; urgency=low * Fixed mod_python get_content_type method. + * Fixed LoginResource form field processing; changed the + field type to password. + * Exposed LoginResource and LoginRedirectResource page + contents as attributes. + * Added documentation about extending + LoginRedirectResource and using PathSelector to remember + an application's root path. + * Changed handle_errors to 1 throughout the examples. - -- Paul Boddie Sun, 14 Jan 2007 17:38:13 +0100 + -- Paul Boddie Thu, 18 Jan 2007 23:39:11 +0100 webstack (1.2-0ubuntu1) hoary; urgency=low