# HG changeset patch # User paulb # Date 1101857282 0 # Node ID e35a0e4a74789a95834d861bbe59ee1c211f1960 # Parent 8469adf39084aa94cdb4f664b3dcbbe6df348ff9 [project @ 2004-11-30 23:28:02 by paulb] Fixed capitalisation. diff -r 8469adf39084 -r e35a0e4a7478 README.txt --- a/README.txt Mon Nov 15 23:35:31 2004 +0000 +++ b/README.txt Tue Nov 30 23:28:02 2004 +0000 @@ -30,7 +30,7 @@ Webware 0.8.1, CVS (2004-02-06) Zope 2.7.2-0 -New in WebStack 0.8 (Changes Since WebStack 0.7) +New in WebStack 0.8 (Changes since WebStack 0.7) ------------------------------------------------ Added a standard exception, EndOfResponse, which can be used to immediately @@ -39,7 +39,7 @@ example. Fixed path information for Zope. -New in WebStack 0.7 (Changes Since WebStack 0.6) +New in WebStack 0.7 (Changes since WebStack 0.6) ------------------------------------------------ Fixed path information semantics. @@ -59,20 +59,20 @@ Alternative cookie support for mod_python has been added. Cookie support now supports encoded Unicode sequences for names and values. -New in WebStack 0.6 (Changes Since WebStack 0.5) +New in WebStack 0.6 (Changes since WebStack 0.5) ------------------------------------------------ Introduced Jython/Java Servlet API support. Minor fixes to example applications and to BaseHTTPRequestHandler. -New in WebStack 0.5 (Changes Since WebStack 0.4) +New in WebStack 0.5 (Changes since WebStack 0.4) ------------------------------------------------ Changed request body fields/parameters so that they are now represented using Unicode objects rather than plain strings. Introduced better support for Unicode in response streams. -New in WebStack 0.4 (Changes Since WebStack 0.3) +New in WebStack 0.4 (Changes since WebStack 0.3) ------------------------------------------------ Added application definition of user identity, permitting alternative @@ -83,7 +83,7 @@ Added LoginRedirect and Login examples. Added get_path_without_query and fixed get_path behaviour. -New in WebStack 0.3 (Changes Since WebStack 0.2) +New in WebStack 0.3 (Changes since WebStack 0.2) ------------------------------------------------ Added better header support for Webware (suggested by Ian Bicking).