LWN.net Logo

Quixote 1.3 released

From:  Neil Schemenauer <nas-AT-arctrix.com>
To:  quixote-users-AT-mems-exchange.org
Subject:  [Quixote-users] RELEASED: Quixote 1.3
Date:  Thu, 21 Aug 2008 16:25:23 -0600
Message-ID:  <20080821222523.GA24187@arctrix.com>

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 <http://quixote.ca/download.html>.

  Neil


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

v1.3
----

Author: Neil Schemenauer <nas@arctrix.com>
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 <nas@arctrix.com>
Date:   Thu Aug 21 15:46:26 2008 -0600

    Update setup.py and set version to 1.3.

Author: Neil Schemenauer <nas@arctrix.com>
Date:   Thu Aug 21 15:44:15 2008 -0600

    Fix PTL handling of __future__ statements.

Author: Jonathan Corbet <corbet@lwn.net>
Date:   Thu Aug 21 15:42:57 2008 -0600

    Make PTL compiler work with Python 2.5.

Author: Neil Schemenauer <nas@arctrix.com>
Date:   Fri Mar 17 12:24:55 2006 -0700

    Add another contributor.

Author: Neil Schemenauer <nas@arctrix.com>
Date:   Fri Mar 17 12:24:35 2006 -0700

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

Author: Neil Schemenauer <nas@arctrix.com>
Date:   Fri Mar 17 12:20:44 2006 -0700

    Improve TraversalError message.

Author: Neil Schemenauer <nas@arctrix.com>
Date:   Fri Mar 17 12:19:55 2006 -0700

    Clarify FastCGI instructions.

Author: Neil Schemenauer <nas@arctrix.com>
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 <nas@arctrix.com>
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 <nas@arctrix.com>
Date:   Fri Mar 17 12:01:01 2006 -0700

    Update README, LICENSE, CHANGES.

Author: Neil Schemenauer <nas@arctrix.com>
Date:   Thu Mar 16 13:18:35 2006 -0700

    Remove Subversion keywords.
_______________________________________________
Quixote-users mailing list
Quixote-users@mems-exchange.org
http://mail.mems-exchange.org/mailman/listinfo/quixote-users



(Log in to post comments)

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds