webstack (1.2.2-0ubuntu1) hoary; urgency=low

  * Added an EncodingSelector class for the setting of
    default encodings on transactions.
  * Added some documentation about path processing
    strategies.
  * Added a secure variant of the BaseHTTPServer provided in
    the adapter for BaseHTTPRequestHandler.

 -- Paul Boddie <paul@boddie.org.uk>  Wed, 28 Feb 2007 20:47:05 +0100

webstack (1.2.1-0ubuntu1) hoary; urgency=low

  * Fixed mod_python get_content_type method.
  * Fixed LoginResource form field processing; changed the
    field type to password.
  * Exposed LoginResource and LoginRedirectResource page
    contents as attributes.
  * Added documentation about extending
    LoginRedirectResource and using PathSelector to remember
    an application's root path.
  * Changed handle_errors to 1 throughout the examples.

 -- Paul Boddie <paul@boddie.org.uk>  Thu, 18 Jan 2007 23:39:11 +0100

webstack (1.2-0ubuntu1) hoary; urgency=low

  * Added support for Django.
  * Fixed documentation about the representation of file
    upload fields.
  * Changed mod_python, Java Servlet and Webware (> 0.8.1)
    deployment to use a deploy function instead of more
    complicated configuration mechanisms.
  * Improved mod_python deployment documentation and tools
    so that cleaner application paths/URLs can now be used.
  * Moved user and path_info default definitions into
    WebStack.Generic as class attributes.
  * Fixed encoding usage issues with path fields when using
    get_fields in a Zope environment.
  * Added a FileResource class to WebStack.Resources.Static.
  * Made DirectoryRepository convert filenames to Unicode in
    all cases.
  * Renamed the Apache and Java Servlet tools, making them
    scripts which are installed by setup.py.
  * Fixed CGI content charsets and languages support.
  * Fixed CGI cookie output.
  * Added URL overriding in the LoginRedirectResource.
  * Exposed a get_target function from
    WebStack.Resources.Login in order to better support
    alternative login resources.
  * Added improved error reporting for BaseHTTPRequestHandler,
    CGI, Django and WSGI.
  * Added a traverse_path method to the Transaction class.
  * Made a path_encoding alias for urlencoding in the
    initialisation of WebStack.Resources.ResourceMap
    objects.
  * Added a Selectors module to WebStack.Resources in order
    to support common resource selection patterns.

 -- Paul Boddie <paul@boddie.org.uk>  Sat,  6 Jan 2007 21:29:09 +0100

webstack (1.1.2-0ubuntu1) hoary; urgency=low

  * Fixed missing import in WebStack.Repositories.Directory.

 -- Paul Boddie <paul@boddie.org.uk>  Tue, 10 Jan 2006 16:07:52 +0100

webstack (1.1.1-0ubuntu1) hoary; urgency=low

  * Fixed update_path to handle the root path properly.

 -- Paul Boddie <paul@boddie.org.uk>  Tue,  6 Dec 2005 02:39:02 +0100

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 get_attributes (attribute support) to the
    Transaction class.
  * Added a values method to Helpers.Session.Wrapper.
  * Fixed get_processed_virtual_path_info (to match from
    right to left).
  * 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.
  * Changed the Helpers.Session.SessionStore to use
    DirectoryRepository.
  * 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 <paul@boddie.org.uk>  Mon, 14 Nov 2005 15:39:55 +0100

webstack (1.0-0ubuntu1) hoary; urgency=low

  * New upstream release.

 -- Paul Boddie <paul@boddie.org.uk>  Tue, 16 Aug 2005 19:19:05 +0200
