# HG changeset patch # User Paul Boddie # Date 1237591997 -3600 # Node ID 0a69a04690aef8ba300d782260f98792d0415df6 # Parent 8734ed455f859e44a68badd81ba570d1155b9f6c Updated release notes. diff -r 8734ed455f85 -r 0a69a04690ae README.txt --- a/README.txt Sat Mar 21 00:29:05 2009 +0100 +++ b/README.txt Sat Mar 21 00:33:17 2009 +0100 @@ -83,6 +83,8 @@ sections of a document within a template. * Fixed handling of multipart form data, permitting file uploads for input parameters which are outside the form document structure. + * Added special attributes indicating the presence of file uploads, using a + special file namespace in form documents. New in XSLTools 0.5 (Changes since XSLTools 0.4.6) -------------------------------------------------- diff -r 8734ed455f85 -r 0a69a04690ae packages/ubuntu-feisty/python-xsltools/debian/changelog --- a/packages/ubuntu-feisty/python-xsltools/debian/changelog Sat Mar 21 00:29:05 2009 +0100 +++ b/packages/ubuntu-feisty/python-xsltools/debian/changelog Sat Mar 21 00:33:17 2009 +0100 @@ -4,8 +4,42 @@ the advanced template design document, linking to the housekeeping annotations section of the template attribute reference guide. + * Added methods to the Form class to support modular + request handling. + * Added information about XSLT extension function usage to + the advanced template design document, linking to the + housekeeping annotations section of the template + attribute reference guide. + * Observed changes in WebStack 1.3 and introduced + default_charset usage in the WebResources module. + * Added experimental OpenID support; improved the + authentication resources and mechanisms. + * Fixed the LoginResource to work correctly when detecting + the protected application's location. + * NOTE: Need to add persistence for OpenID associations. + * Added XInclude support in templates (requires libxml2dom + 0.4.6 or later). + * Removed PyQt support since the advantages of designing + user interfaces for the Web using Qt Designer are + questionable. + * Removed default encoding and path_encoding attributes + from the XSLFormsResource class, since the default + response encoding should be used instead or set using + WebStack's EncodingSelector. + * Added a template:output annotation for the production of + output content where the annotations should not be + considered for inclusion in a schema, typically because + the annotated content duplicates content elsewhere in a + template. + * Added a template:select annotation for the presentation + of arbitrary sections of a document within a template. + * Fixed handling of multipart form data, permitting file + uploads for input parameters which are outside the form + document structure. + * Added special attributes indicating the presence of file + uploads, using a special file namespace in form documents. - -- Paul Boddie Sat, 6 Oct 2007 01:42:06 +0200 + -- Paul Boddie Sat, 21 Mar 2009 00:30:28 +0100 xsltools (0.5-0ubuntu1) feisty; urgency=low diff -r 8734ed455f85 -r 0a69a04690ae packages/ubuntu-hoary/python2.4-xsltools/debian/changelog --- a/packages/ubuntu-hoary/python2.4-xsltools/debian/changelog Sat Mar 21 00:29:05 2009 +0100 +++ b/packages/ubuntu-hoary/python2.4-xsltools/debian/changelog Sat Mar 21 00:33:17 2009 +0100 @@ -4,8 +4,42 @@ the advanced template design document, linking to the housekeeping annotations section of the template attribute reference guide. + * Added methods to the Form class to support modular + request handling. + * Added information about XSLT extension function usage to + the advanced template design document, linking to the + housekeeping annotations section of the template + attribute reference guide. + * Observed changes in WebStack 1.3 and introduced + default_charset usage in the WebResources module. + * Added experimental OpenID support; improved the + authentication resources and mechanisms. + * Fixed the LoginResource to work correctly when detecting + the protected application's location. + * NOTE: Need to add persistence for OpenID associations. + * Added XInclude support in templates (requires libxml2dom + 0.4.6 or later). + * Removed PyQt support since the advantages of designing + user interfaces for the Web using Qt Designer are + questionable. + * Removed default encoding and path_encoding attributes + from the XSLFormsResource class, since the default + response encoding should be used instead or set using + WebStack's EncodingSelector. + * Added a template:output annotation for the production of + output content where the annotations should not be + considered for inclusion in a schema, typically because + the annotated content duplicates content elsewhere in a + template. + * Added a template:select annotation for the presentation + of arbitrary sections of a document within a template. + * Fixed handling of multipart form data, permitting file + uploads for input parameters which are outside the form + document structure. + * Added special attributes indicating the presence of file + uploads, using a special file namespace in form documents. - -- Paul Boddie Sat, 6 Oct 2007 01:42:38 +0200 + -- Paul Boddie Sat, 21 Mar 2009 00:32:48 +0100 xsltools (0.5-0ubuntu1) hoary; urgency=low