RELEASED: Quixote 2.8b2

Neil Schemenauer <[email protected]> Sat, 20 Jul 2013 14:51:36 -0600
Newsgroups gmane.comp.web.quixote.user
Message-ID <[email protected]>
I've just uploaded 2.8b2.  The summary of changes follows.  Thanks
to Patrik Simons for the lineno fix.  The chunked transfer encoding
changes as somewhat involved so reports of successful testing before
the 2.8 release would be nice.


Author: Neil Schemenauer <[email protected]>
Date:   Sat Jul 20 14:28:29 2013 -0600

    Update version to 2.8b2.

Author: Neil Schemenauer <[email protected]>
Date:   Sat Jul 20 14:25:43 2013 -0600

    Set lineno attribute on generated Stmt node.
    
    This fixes some problems with incorrect line numbers in
    tracebacks.

Author: Neil Schemenauer <[email protected]>
Date:   Wed Mar 16 19:26:06 2011 -0600

    Implement support for "Transfer-Encoding: chunked".
    
    Use chunked transfer encoding if there is no content length
    available and it's supported by the protocol (i.e. HTTP 1.1).
    Stream responses without a length can now be compressed.

Author: Neil Schemenauer <[email protected]>
Date:   Fri Nov 23 10:35:37 2012 -0600

    Make StaticFile handle errors from os.stat().

Author: Neil Schemenauer <[email protected]>
Date:   Fri Nov 23 10:34:28 2012 -0600

    Support current twisted library.

Author: Neil Schemenauer <[email protected]>
Date:   Fri Nov 23 10:33:53 2012 -0600

    Add quixote.get_param().

Author: Neil Schemenauer <[email protected]>
Date:   Sat Nov 17 13:46:25 2012 -0600

    Safer behavior for Directory meta-class.
    
    Only mess with the _q_exports attribute if the export()
    and subdir() decorators have been used.  This will hopefull
    avoid any backwards compatibility surprises.