WebStack

Annotated packages/ubuntu-feisty/jython-webstack/debian/changelog

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