This release contains several fixes and some interesting new features. A crash is now avoided in case you forget the "return" command in your callback method. A better Django adaptor was added. A session object was added, which allows you to associate a Python object (typically a dictionary) to a session ID. A cookie parser was added (in base.py). Management of connections broken by the client was improved. A new multipart object was added, allowing you to better manage uploads. A new HTML form generator, SimpleForm, was added.