# HG changeset patch # User paulb # Date 1137203480 0 # Node ID 4e55a6d0e2ae67bcb875d3c1eff83d85a52e6d76 # Parent 54e0a89deba03a34f2aae8cd5a65cbbeaa6adda6 [project @ 2006-01-14 01:51:20 by paulb] Updated release information. diff -r 54e0a89deba0 -r 4e55a6d0e2ae PKG-INFO --- a/PKG-INFO Fri Jan 13 19:42:36 2006 +0000 +++ b/PKG-INFO Sat Jan 14 01:51:20 2006 +0000 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: WebStack -Version: 1.1.2 +Version: 1.2 Author: Paul Boddie Author-email: paul at boddie org uk Maintainer: Paul Boddie Maintainer-email: paul at boddie org uk Home-page: http://www.boddie.org.uk/python/WebStack.html -Download-url: http://www.boddie.org.uk/python/downloads/WebStack-1.1.2.tar.gz +Download-url: http://www.boddie.org.uk/python/downloads/WebStack-1.2.tar.gz Summary: Common API for Python Web applications License: LGPL Description: WebStack is a package which provides a common API for Python Web applications diff -r 54e0a89deba0 -r 4e55a6d0e2ae README.txt --- a/README.txt Fri Jan 13 19:42:36 2006 +0000 +++ b/README.txt Sat Jan 14 01:51:20 2006 +0000 @@ -45,6 +45,7 @@ BaseHTTPRequestHandler Python 2.2.2, Python 2.3.3, Python 2.4.1 CGI Apache 2.0.44, Apache 2.0.53, AOLserver 4.0.10, lighttpd 1.3.15 +Django 0.91 Jython/Java Servlet API Jython 2.1, Java JDK 1.3.1_02, Tomcat 4.1.31 (Servlet 2.3) mod_python 3.0.3 (3.1.3 for framework cookie and session support) Twisted 1.0.5, 1.3.0 @@ -52,6 +53,18 @@ WSGI run_with_cgi (PEP 333) Zope 2.7.2-0, 2.8.0-final +New in WebStack 1.2 (Changes since WebStack 1.1.2) +-------------------------------------------------- + + * Added support for Django. + * Fixed documentation about the representation of file upload fields. + * 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 + class attributes. + * Fixed encoding usage issues with path fields when using get_fields in a + Zope environment. + New in WebStack 1.1.2 (Changes since WebStack 1.1.1) ---------------------------------------------------- @@ -293,6 +306,8 @@ Provide some 500 error content when handle_errors is true. +Investigate cStringIO usage. + (Completed/rejected) The location of deployed applications in the filesystem should be exposed to