# HG changeset patch # User paulb # Date 1132454230 0 # Node ID 1e97bbd077f089347b229492e03a8298bea91693 # Parent f0e5c72e3b703c3e9bd4bfa9e7622e8bc30a8c90 [project @ 2005-11-20 02:37:10 by paulb] Updated release information. diff -r f0e5c72e3b70 -r 1e97bbd077f0 packages/ubuntu-hoary/python2.4-webstack/debian/changelog --- a/packages/ubuntu-hoary/python2.4-webstack/debian/changelog Sun Nov 20 02:37:06 2005 +0000 +++ b/packages/ubuntu-hoary/python2.4-webstack/debian/changelog Sun Nov 20 02:37:10 2005 +0000 @@ -1,12 +1,20 @@ webstack (1.1-0ubuntu1) hoary; urgency=low - * Added a Repositories package to provide session-like support for - different kinds of storage. - * Added an explicit filesystem encoding to the Calendar example and adopted - the DirectoryRepository from the Repositories package. - * Added get_path_without_info, update_path and redirect methods to the - Transaction class. + * Added a Repositories package to provide session-like + support for different kinds of storage. + * Added an explicit filesystem encoding to the Calendar + example and adopted the DirectoryRepository from the + Repositories package. + * 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. -- Paul Boddie Mon, 14 Nov 2005 15:39:55 +0100