# HG changeset patch # User paulb # Date 1193181997 0 # Node ID 1ee4c8497ba0dbfeb532a9d37570808a69b87b53 # Parent e836f8007cae755f02b27c2a91b90a472519f020 [project @ 2007-10-23 23:26:37 by paulb] Updated release information. diff -r e836f8007cae -r 1ee4c8497ba0 PKG-INFO --- a/PKG-INFO Fri Jun 20 22:40:21 2008 +0200 +++ b/PKG-INFO Tue Oct 23 23:26:37 2007 +0000 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: WebStack -Version: 1.2.6 +Version: 1.2.7 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.2.6.tar.gz +Download-url: http://www.boddie.org.uk/python/downloads/WebStack-1.2.7.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 e836f8007cae -r 1ee4c8497ba0 README.txt --- a/README.txt Fri Jun 20 22:40:21 2008 +0200 +++ b/README.txt Tue Oct 23 23:26:37 2007 +0000 @@ -34,6 +34,15 @@ See the docs/supported-frameworks.html document for more information. +New in WebStack 1.2.7 (Changes since WebStack 1.2.6) +---------------------------------------------------- + + * Fixed the MessageBodyStream class, adding an optional parameter to the + readline method which seems to be necessary when handling multipart + requests. + * Introduced stream usage for file uploads where possible, in order to + reduce memory usage (suggested by Kevin Glynn). + New in WebStack 1.2.6 (Changes since WebStack 1.2.5) ----------------------------------------------------