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

2.5 (released 2007-11-16)
-------------------------

Neil Schemenauer <nas@arctrix.com>:
    Fix PTL handling of __future__ statements.


2.5b1 (released 2007-04-05)
---------------------------

C. Titus Brown <titus@idyll.org>:
    Added some simple WSGI documentation; cleaned up test code a bit.

C. Titus Brown <titus@idyll.org>:
    Moved package contents into quixote/ subdirectory; added tests/
    subdirectory with some minimal tests.

C. Titus Brown <titus@idyll.org>:
    Added quixote.html.use_qpy to switch Quixote over to using qpy
    instead of htmltext.  (Code contributed by Mike Orr.)

C. Titus Brown <titus@idyll.org>:
    Added quixote.cleanup() to clear _publisher to support test fixtures.

C. Titus Brown <titus@idyll.org>:
    Added wsgi.py, quixote.get_wsgi_app() for WSGI support.

Neil Schemenauer <nas@arctrix.com>:
    In scgi_server.py, make the "host" default to "localhost" for
    the run() function.

Neil Schemenauer <nas@arctrix.com>:
    Allow setup.py to work without the "quixote" package being
    available.


2.5a1 (released 2006-08-08)
-------------------------

Neil Schemenauer <nas@arctrix.com>:
    Update PTL to work with Python 2.5.

Neil Schemenauer <nas@arctrix.com>:
    In simple_server.py, ensure that server_close() gets called.

Neil Schemenauer <nas@arctrix.com>:
    Remove name="" from the noscript input tag rendered for
    OptionSelectWidget.  This change does not seem to effect behavior
    and makes Tidy happier.

Neil Schemenauer <nas@arctrix.com>:
    Add get_size() method to the Upload class.

Neil Schemenauer <nas@arctrix.com>:
    Remove Subversion keywords.  Update README.


Older changes
=============

  See doc/CHANGES_24.txt for changes up to version 2.4.

