# HG changeset patch # User paulb # Date 1192318961 0 # Node ID af736c1ac740084867ff27ae5484b9c2b0eceb86 # Parent 859a6965aa41b9c0fa973c602ff5af4a913e39dd [project @ 2007-10-13 23:42:41 by paulb] Updated release notes. diff -r 859a6965aa41 -r af736c1ac740 README.txt --- a/README.txt Sat Oct 13 22:51:55 2007 +0000 +++ b/README.txt Sat Oct 13 23:42:41 2007 +0000 @@ -53,6 +53,8 @@ * Added missing request headers for CGI/WSGI environment variables. * Fixed Webware support to work with Webware 0.9.4. * Fixed/improved Zope path value retrieval. + * Added support for wsgiref, changing the WSGI deploy function for CGI-based + applications to deploy_as_cgi and adding a deploy_with_wsgiref function. New in WebStack 1.2.5 (Changes since WebStack 1.2.4) ---------------------------------------------------- @@ -403,6 +405,17 @@ Upload the introductory documentation. Update PyPI, PythonInfo Wiki entries. +Generating the PyServlet Classes +-------------------------------- + +In order to generate the PyServlet classes, it is necessary to run the +supplied script: + +./tools/JavaServlet/compile.sh + +This produces Java classes and a .jar file for use by WebStack applications +running on the Java platform. + Generating the API Documentation --------------------------------