SVN: r25721 - trunk/quixote
David Binger <dbinger-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Wed, 8 Dec 2004 17:16:12 -0500
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dbinger Date: 2004-12-08 17:07:28 -0500 (Wed, 08 Dec 2004) New Revision: 25721 Modified: trunk/quixote/CHANGES Log: update changelog Modified: trunk/quixote/CHANGES =================================================================== --- trunk/quixote/CHANGES 2004-12-08 21:56:02 UTC (rev 25720) +++ trunk/quixote/CHANGES 2004-12-08 22:07:28 UTC (rev 25721) @@ -1,3 +1,24 @@ +2.0a3 (2004-12-09) r25720: + + * Update most of the doc files. Add q1 -> q2 upgrade notes. + Put notes at the start of the remaining doc files so that the reader knows + that they have not been updated. + + * Make the simple_server provide remaining HTTP_* headers. + + * Generate a valid HTML document when listing static directories. Also, use + get_path() instead of REQUEST_URI. + + * Work file upload into the basic forms demo. + + * Remove old session demo. The altdemo.py serves this purpose. + + * Add mini_demo. + + * Use the Twisted addCookie() method. It allows multiple Set-Cookie + headers to end up in the response. + + 2.0a2 (2004-11-23) r25669: * Refactor the Publisher object. The new design gives "namespaces" more