# HG changeset patch # User paulb # Date 1193520662 0 # Node ID f1327f4917d39bc193ed99b9d342ab13c37a0640 # Parent dc85e22e5a80ca6ee67da268031f8d914d6c93dd [project @ 2007-10-27 21:31:02 by paulb] Updated release notes. diff -r dc85e22e5a80 -r f1327f4917d3 README.txt --- a/README.txt Sat Oct 27 21:27:22 2007 +0000 +++ b/README.txt Sat Oct 27 21:31:02 2007 +0000 @@ -41,7 +41,10 @@ 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). + reduce memory usage (suggested by Kevin Glynn), adding a stream attribute + to the FileContent class and making the content attribute a property. + * Removed error handling in the examples in order to make troubleshooting + easier. New in WebStack 1.2.6 (Changes since WebStack 1.2.5) ----------------------------------------------------