# HG changeset patch # User paulb # Date 1132454191 0 # Node ID 34f43e9349baa17742bbc7c40d5b2873ddbadba4 # Parent 7a79e74c309d35c3b4a6749d9ae9ac2363a60727 [project @ 2005-11-20 02:36:31 by paulb] Updated release information. diff -r 7a79e74c309d -r 34f43e9349ba README.txt --- a/README.txt Sun Nov 20 02:35:55 2005 +0000 +++ b/README.txt Sun Nov 20 02:36:31 2005 +0000 @@ -62,6 +62,11 @@ * Added get_path_without_info, update_path and redirect methods to the Transaction class. * Added a values method to Helpers.Session.Wrapper. + * Improved/fixed exception handling in the adapters so that transactions are + committed as the final act of an adapter experiencing an unhandled + exception. This should result in session stores being closed properly. + * Made the "not found" behaviour of DirectoryResource more configurable. + * Added documentation for MapResource and DirectoryResource. * Fixed the distribution names in the Ubuntu changelog. New in WebStack 1.0 (Changes since WebStack 0.10) @@ -220,9 +225,6 @@ (Important) -Things to consider for future releases: improved cookie support, redirects, -access to shared resources and much better documentation. - Field access needs testing, especially for anything using the cgi.FieldStorage class, and the way file uploads are exposed should be reviewed (currently the meta-data is not exposed). The acquisition of fields @@ -259,6 +261,8 @@ Session support, especially through WebStack.Helpers.Session, should be reviewed and be made compatible with non-cookie mechanisms. +Locking in the session support and in DirectoryRepository should be improved. + HeaderValue objects should be employed more extensively. Thus, the header access methods may need to change their behaviour slightly. The get_headers method should potentially return a list for each item in the dictionary.