# HG changeset patch # User paulb # Date 1085874905 0 # Node ID 70f2aa715a61152565909c82aa0c9132b14cbaf2 # Parent 26756097a69a67b216b1d7a3a79fc0c3c797784a [project @ 2004-05-29 23:55:05 by paulb] Added notes on new features. diff -r 26756097a69a -r 70f2aa715a61 README.txt --- a/README.txt Sat May 29 23:07:08 2004 +0000 +++ b/README.txt Sat May 29 23:55:05 2004 +0000 @@ -16,8 +16,8 @@ library), CGI, mod_python, Twisted and Webware are supported. Each framework has its own set of strengths and weaknesses, but the idea is that deployment concerns can be considered separately from the implementation of application -functionality. Consult the NOTES.txt files in each framework's subdirectory -of the docs directory for some notes on how applications may be run in each +functionality. Consult the NOTES.txt files in each framework's subdirectory of +the docs directory for some notes on how applications may be run in each environment. Tested Frameworks @@ -29,6 +29,14 @@ Twisted 1.0.5 Webware 0.8.1, CVS (2004-02-06) +Changes Since WebStack 0.3 +-------------------------- + +Added application definition of user identity, permitting alternative +authentication mechanisms. +Improved BaseHTTPRequestHandler reliability. +Added LoginRedirect and Login examples. + Changes Since WebStack 0.2 --------------------------