# HG changeset patch # User paulb # Date 1137367091 0 # Node ID 7529ad6310af4c6e3d4301ee7a148f11ce6cdee1 # Parent 49153087afc9ff9ce491bee6da01cd718aab032d [project @ 2006-01-15 23:18:11 by paulb] Updated release notes. diff -r 49153087afc9 -r 7529ad6310af README.txt --- a/README.txt Sun Jan 15 17:54:12 2006 +0000 +++ b/README.txt Sun Jan 15 23:18:11 2006 +0000 @@ -58,6 +58,8 @@ * Added support for Django. * Fixed documentation about the representation of file upload fields. + * Changed mod_python, Java Servlet and Webware (> 0.8.1) deployment to use a + deploy function instead of more complicated configuration mechanisms. * Improved mod_python deployment documentation and tools so that cleaner application paths/URLs can now be used. * Moved user and path_info default definitions into WebStack.Generic as