WebStack

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

655:afcf769b0fbc
2007-09-08 paulb [project @ 2007-09-08 16:02:27 by paulb] Updated release notes.
paulb@649 1
webstack (1.2.5-0ubuntu1) hoary; urgency=low
paulb@649 2
paulb@649 3
  * Fixed mod_python status codes using a solution proposed
paulb@649 4
    by John Krukoff.
paulb@652 5
  * Fixed a Twisted deprecation warning when accessing port
paulb@652 6
    numbers, thanks to John Krukoff.
paulb@649 7
  * Added Ubuntu Feisty (7.04) package support.
paulb@655 8
  * Tidied up the documentation HTML.
paulb@649 9
paulb@655 10
 -- Paul Boddie <paul@boddie.org.uk>  Sat,  8 Sep 2007 18:01:01 +0200
paulb@649 11
paulb@639 12
webstack (1.2.4-0ubuntu1) hoary; urgency=low
paulb@639 13
paulb@643 14
  * Made a SessionDirectoryRepository which uses directories
paulb@643 15
    for data produced by the shelve module, rather than
paulb@643 16
    attempting to manipulate files produced by the shelve
paulb@643 17
    module, since the details of such files may differ
paulb@643 18
    between environments: a situation noticed by John
paulb@639 19
    Krukoff in an environment without the bsddb module
paulb@639 20
    installed.
paulb@639 21
paulb@639 22
 -- Paul Boddie <paul@boddie.org.uk>  Wed, 13 Jun 2007 01:49:34 +0200
paulb@639 23
paulb@633 24
webstack (1.2.3-0ubuntu1) hoary; urgency=low
paulb@633 25
paulb@633 26
  * Fixed inadvertent OpenSSL dependency, noticed by John
paulb@633 27
    Krukoff.
paulb@633 28
paulb@633 29
 -- Paul Boddie <paul@boddie.org.uk>  Mon, 16 Apr 2007 16:41:33 +0200
paulb@633 30
paulb@622 31
webstack (1.2.2-0ubuntu1) hoary; urgency=low
paulb@622 32
paulb@622 33
  * Added an EncodingSelector class for the setting of
paulb@622 34
    default encodings on transactions.
paulb@622 35
  * Added some documentation about path processing
paulb@622 36
    strategies.
paulb@628 37
  * Added a secure variant of the BaseHTTPServer provided in
paulb@628 38
    the adapter for BaseHTTPRequestHandler.
paulb@622 39
paulb@628 40
 -- Paul Boddie <paul@boddie.org.uk>  Wed, 28 Feb 2007 20:47:05 +0100
paulb@622 41
paulb@609 42
webstack (1.2.1-0ubuntu1) hoary; urgency=low
paulb@609 43
paulb@609 44
  * Fixed mod_python get_content_type method.
paulb@615 45
  * Fixed LoginResource form field processing; changed the
paulb@615 46
    field type to password.
paulb@615 47
  * Exposed LoginResource and LoginRedirectResource page
paulb@615 48
    contents as attributes.
paulb@615 49
  * Added documentation about extending
paulb@615 50
    LoginRedirectResource and using PathSelector to remember
paulb@615 51
    an application's root path.
paulb@615 52
  * Changed handle_errors to 1 throughout the examples.
paulb@609 53
paulb@615 54
 -- Paul Boddie <paul@boddie.org.uk>  Thu, 18 Jan 2007 23:39:11 +0100
paulb@609 55
paulb@549 56
webstack (1.2-0ubuntu1) hoary; urgency=low
paulb@549 57
paulb@549 58
  * Added support for Django.
paulb@549 59
  * Fixed documentation about the representation of file
paulb@549 60
    upload fields.
paulb@561 61
  * Changed mod_python, Java Servlet and Webware (> 0.8.1)
paulb@561 62
    deployment to use a deploy function instead of more
paulb@561 63
    complicated configuration mechanisms.
paulb@549 64
  * Improved mod_python deployment documentation and tools
paulb@549 65
    so that cleaner application paths/URLs can now be used.
paulb@549 66
  * Moved user and path_info default definitions into
paulb@549 67
    WebStack.Generic as class attributes.
paulb@549 68
  * Fixed encoding usage issues with path fields when using
paulb@549 69
    get_fields in a Zope environment.
paulb@550 70
  * Added a FileResource class to WebStack.Resources.Static.
paulb@565 71
  * Made DirectoryRepository convert filenames to Unicode in
paulb@565 72
    all cases.
paulb@571 73
  * Renamed the Apache and Java Servlet tools, making them
paulb@571 74
    scripts which are installed by setup.py.
paulb@586 75
  * Fixed CGI content charsets and languages support.
paulb@590 76
  * Fixed CGI cookie output.
paulb@590 77
  * Added URL overriding in the LoginRedirectResource.
paulb@590 78
  * Exposed a get_target function from
paulb@590 79
    WebStack.Resources.Login in order to better support
paulb@590 80
    alternative login resources.
paulb@596 81
  * Added improved error reporting for BaseHTTPRequestHandler,
paulb@596 82
    CGI, Django and WSGI.
paulb@600 83
  * Added a traverse_path method to the Transaction class.
paulb@600 84
  * Made a path_encoding alias for urlencoding in the
paulb@600 85
    initialisation of WebStack.Resources.ResourceMap
paulb@600 86
    objects.
paulb@600 87
  * Added a Selectors module to WebStack.Resources in order
paulb@600 88
    to support common resource selection patterns.
paulb@549 89
paulb@600 90
 -- Paul Boddie <paul@boddie.org.uk>  Sat,  6 Jan 2007 21:29:09 +0100
paulb@549 91
paulb@536 92
webstack (1.1.2-0ubuntu1) hoary; urgency=low
paulb@536 93
paulb@536 94
  * Fixed missing import in WebStack.Repositories.Directory.
paulb@536 95
paulb@536 96
 -- Paul Boddie <paul@boddie.org.uk>  Tue, 10 Jan 2006 16:07:52 +0100
paulb@536 97
paulb@533 98
webstack (1.1.1-0ubuntu1) hoary; urgency=low
paulb@533 99
paulb@533 100
  * Fixed update_path to handle the root path properly.
paulb@533 101
paulb@533 102
 -- Paul Boddie <paul@boddie.org.uk>  Tue,  6 Dec 2005 02:39:02 +0100
paulb@533 103
paulb@501 104
webstack (1.1-0ubuntu1) hoary; urgency=low
paulb@494 105
paulb@516 106
  * Added a Repositories package to provide session-like
paulb@516 107
    support for different kinds of storage.
paulb@516 108
  * Added an explicit filesystem encoding to the Calendar
paulb@516 109
    example and adopted the DirectoryRepository from the
paulb@516 110
    Repositories package.
paulb@516 111
  * Added get_path_without_info, update_path and redirect
paulb@516 112
    methods to the Transaction class.
paulb@527 113
  * Added get_attributes (attribute support) to the
paulb@527 114
    Transaction class.
paulb@501 115
  * Added a values method to Helpers.Session.Wrapper.
paulb@528 116
  * Fixed get_processed_virtual_path_info (to match from
paulb@528 117
    right to left).
paulb@516 118
  * Improved/fixed exception handling in the adapters so
paulb@516 119
    that transactions are committed as the final act of an
paulb@516 120
    adapter experiencing an unhandled exception. This should
paulb@516 121
    result in session stores being closed properly.
paulb@522 122
  * Changed the Helpers.Session.SessionStore to use
paulb@522 123
    DirectoryRepository.
paulb@516 124
  * Made the "not found" behaviour of DirectoryResource more
paulb@516 125
    configurable.
paulb@516 126
  * Added documentation for MapResource and DirectoryResource.
paulb@494 127
  * Fixed the distribution names in the Ubuntu changelog.
paulb@494 128
paulb@494 129
 -- Paul Boddie <paul@boddie.org.uk>  Mon, 14 Nov 2005 15:39:55 +0100
paulb@494 130
paulb@494 131
webstack (1.0-0ubuntu1) hoary; urgency=low
paulb@485 132
paulb@485 133
  * New upstream release.
paulb@485 134
paulb@485 135
 -- Paul Boddie <paul@boddie.org.uk>  Tue, 16 Aug 2005 19:19:05 +0200