# HG changeset patch # User paulb # Date 1193610130 0 # Node ID 7d381376cc0001e5a41862f4c3b737e0cae4e9c4 # Parent bd8c244e5309f1f4e773243d07d1f3a4430deaba [project @ 2007-10-28 22:22:07 by paulb] Updated release information. diff -r bd8c244e5309 -r 7d381376cc00 docs/index.html --- a/docs/index.html Sun Oct 28 22:22:01 2007 +0000 +++ b/docs/index.html Sun Oct 28 22:22:10 2007 +0000 @@ -10,19 +10,19 @@ using the WebStack framework.

Setting Up

First of all, let us assume that the WebStack distribution has been -unpacked and now sits in the WebStack-1.2.6 directory.

+unpacked and now sits in the WebStack-1.2.7 directory.

Before we begin, we must make sure that the WebStack package is available to Python. The easiest way to do this is to change into the -WebStack-1.2.6 directory and to run the setup.py +WebStack-1.2.7 directory and to run the setup.py script provided with the version of Python you are going to be using (possibly as a privileged user like root):

-
cd WebStack-1.2.6
python setup.py install
+
cd WebStack-1.2.7
python setup.py install

If you don't want to install WebStack in this way, or if you can't do so because you don't have root privileges, you can just make sure -that the WebStack-1.2.6 directory sits on your +that the WebStack-1.2.7 directory sits on your PYTHONPATH.

Supported Frameworks

With the help of Python's built-in standard library, WebStack can run without any additional software, but @@ -30,7 +30,7 @@ run WebStack applications in other environments.

Viewing the API Documentation

The API documentation for use in conjunction with this guide can be found inside the apidocs -directory within the WebStack-1.2.6 directory. Of course, +directory within the WebStack-1.2.7 directory. Of course, it is always possible to view WebStack's API documentation within Python by importing modules (such as WebStack.Generic) and using Python's built-in help function.

diff -r bd8c244e5309 -r 7d381376cc00 packages/ubuntu-feisty/jython-webstack/debian/changelog --- a/packages/ubuntu-feisty/jython-webstack/debian/changelog Sun Oct 28 22:22:01 2007 +0000 +++ b/packages/ubuntu-feisty/jython-webstack/debian/changelog Sun Oct 28 22:22:10 2007 +0000 @@ -1,3 +1,20 @@ +webstack (1.2.7-0ubuntu1) feisty; urgency=low + + * 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), 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. + * Fixed header issues by introducing a special HeaderDict + class which enforces the case-insensitivity expected of + header dictionaries. + + -- Paul Boddie Sun, 28 Oct 2007 23:21:32 +0100 + webstack (1.2.6-0ubuntu1) feisty; urgency=low * Added a jython-webstack package for Ubuntu Feisty