WebStack

packages/ubuntu-hoary/python2.4-webstack/debian/changelog

586:4c1628c15b16
2006-11-11 paulb [project @ 2006-11-11 17:06:31 by paulb] Updated release notes.
     1 webstack (1.2-0ubuntu1) hoary; urgency=low     2      3   * Added support for Django.     4   * Fixed documentation about the representation of file     5     upload fields.     6   * Changed mod_python, Java Servlet and Webware (> 0.8.1)     7     deployment to use a deploy function instead of more     8     complicated configuration mechanisms.     9   * Improved mod_python deployment documentation and tools    10     so that cleaner application paths/URLs can now be used.    11   * Moved user and path_info default definitions into    12     WebStack.Generic as class attributes.    13   * Fixed encoding usage issues with path fields when using    14     get_fields in a Zope environment.    15   * Added a FileResource class to WebStack.Resources.Static.    16   * Made DirectoryRepository convert filenames to Unicode in    17     all cases.    18   * Renamed the Apache and Java Servlet tools, making them    19     scripts which are installed by setup.py.    20   * Fixed CGI content charsets and languages support.    21     22  -- Paul Boddie <paul@boddie.org.uk>  Sat, 11 Nov 2006 18:05:39 +0100    23     24 webstack (1.1.2-0ubuntu1) hoary; urgency=low    25     26   * Fixed missing import in WebStack.Repositories.Directory.    27     28  -- Paul Boddie <paul@boddie.org.uk>  Tue, 10 Jan 2006 16:07:52 +0100    29     30 webstack (1.1.1-0ubuntu1) hoary; urgency=low    31     32   * Fixed update_path to handle the root path properly.    33     34  -- Paul Boddie <paul@boddie.org.uk>  Tue,  6 Dec 2005 02:39:02 +0100    35     36 webstack (1.1-0ubuntu1) hoary; urgency=low    37     38   * Added a Repositories package to provide session-like    39     support for different kinds of storage.    40   * Added an explicit filesystem encoding to the Calendar    41     example and adopted the DirectoryRepository from the    42     Repositories package.    43   * Added get_path_without_info, update_path and redirect    44     methods to the Transaction class.    45   * Added get_attributes (attribute support) to the    46     Transaction class.    47   * Added a values method to Helpers.Session.Wrapper.    48   * Fixed get_processed_virtual_path_info (to match from    49     right to left).    50   * Improved/fixed exception handling in the adapters so    51     that transactions are committed as the final act of an    52     adapter experiencing an unhandled exception. This should    53     result in session stores being closed properly.    54   * Changed the Helpers.Session.SessionStore to use    55     DirectoryRepository.    56   * Made the "not found" behaviour of DirectoryResource more    57     configurable.    58   * Added documentation for MapResource and DirectoryResource.    59   * Fixed the distribution names in the Ubuntu changelog.    60     61  -- Paul Boddie <paul@boddie.org.uk>  Mon, 14 Nov 2005 15:39:55 +0100    62     63 webstack (1.0-0ubuntu1) hoary; urgency=low    64     65   * New upstream release.    66     67  -- Paul Boddie <paul@boddie.org.uk>  Tue, 16 Aug 2005 19:19:05 +0200