durusmail: quixote-users: RELEASED: Quixote 1.3
RELEASED: Quixote 1.3
RELEASED: Quixote 1.3
Neil Schemenauer
2008-08-21
There is a new maintenance release of Quixote 1 available.  The
major improvement is PTL compatibility with Python 2.5 (thanks to
Jon Corbet).  I also backported some fixes from the 2.x branch.  The
tarball can be downloaded from .

  Neil


Summary of changes
==================

v1.3
----

Author: Neil Schemenauer 
Date:   Thu Aug 21 15:47:18 2008 -0600

    Silence struck.pack warning.

    Silence struct.pack warning by forcing gzipped response CRC to be
    a positive integer.

Author: Neil Schemenauer 
Date:   Thu Aug 21 15:46:26 2008 -0600

    Update setup.py and set version to 1.3.

Author: Neil Schemenauer 
Date:   Thu Aug 21 15:44:15 2008 -0600

    Fix PTL handling of __future__ statements.

Author: Jonathan Corbet 
Date:   Thu Aug 21 15:42:57 2008 -0600

    Make PTL compiler work with Python 2.5.

Author: Neil Schemenauer 
Date:   Fri Mar 17 12:24:55 2006 -0700

    Add another contributor.

Author: Neil Schemenauer 
Date:   Fri Mar 17 12:24:35 2006 -0700

    Use get_path() instead of REQUEST_URI (which is non-portable).

Author: Neil Schemenauer 
Date:   Fri Mar 17 12:20:44 2006 -0700

    Improve TraversalError message.

Author: Neil Schemenauer 
Date:   Fri Mar 17 12:19:55 2006 -0700

    Clarify FastCGI instructions.

Author: Neil Schemenauer 
Date:   Fri Mar 17 12:18:52 2006 -0700

    Use the Twisted addCookie() method.

    It allows multiple Set-Cookie headers to end up in the response.
    Don't add headers to the environment if they don't exist in the original
    request (we used to set the value to None).

Author: Neil Schemenauer 
Date:   Fri Mar 17 12:07:45 2006 -0700

    Use htmlescape() instead of _escape_string() in htmltag().

    This prevents attribute values from being double escaped.

Author: Neil Schemenauer 
Date:   Fri Mar 17 12:01:01 2006 -0700

    Update README, LICENSE, CHANGES.

Author: Neil Schemenauer 
Date:   Thu Mar 16 13:18:35 2006 -0700

    Remove Subversion keywords.
reply