WebStack

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

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