# HG changeset patch # User paulb # Date 1191623070 0 # Node ID 659e72b9d54585e76c67e2bd0d2b709af284d8e2 # Parent 464ed2c11e796f0a5b1db344322c297fab87c66d [project @ 2007-10-05 22:24:30 by paulb] Updated release notes (especially for Jython/Java issues). diff -r 464ed2c11e79 -r 659e72b9d545 README.txt --- a/README.txt Sat Sep 29 18:42:44 2007 +0000 +++ b/README.txt Fri Oct 05 22:24:30 2007 +0000 @@ -41,6 +41,13 @@ and python.cachedir settings which respectively avoid issues with missing libraries (due to the separation of libraries in the Ubuntu package) and with failed imports (due to a read-only class cache directory). + * Improved the webstack_java_build.py script and added a deployment + descriptor for JSP to accompany the new Java Servlet-specific JSPTest + example. + * Added a special Java Servlet-specific get_servlet method to support the + JSPTest example. It is envisaged that a more general method could be made + available for all frameworks in order to support access to underlying + request dispatchers and other framework facilities. * Added more Jython-related documentation as suggested by Kevin Glynn. * Added missing request headers for CGI/WSGI environment variables. * Fixed Webware support to work with Webware 0.9.4.