SVN: r20467 - trunk/quixote
Andrew Kuchling <akuchlin-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Mon, 27 Jan 2003 14:28:00 -0500
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: akuchlin
Date: 2003-01-27 14:27:59 -0500 (Mon, 27 Jan 2003)
New Revision: 20467
Modified:
trunk/quixote/CHANGES
Log:
Use past tense for all the entries
Add item for my setup.py change
Add date of 0.6b2 release (today, I hope)
Modified: trunk/quixote/CHANGES
==============================================================================
--- trunk/quixote/CHANGES (original)
+++ trunk/quixote/CHANGES 2003-01-27 14:28:00.000000000 -0500
@@ -1,4 +1,4 @@
-0.6b2 (?? ??? 2003):
+0.6b2 (27 Jan 2003):
* Added a new hook, _q_resolve(), that can be used to delay
importing modules until they're actually accessed. Consult
@@ -6,22 +6,24 @@
suggestion and patch by Jon Corbet. In the process of adding it,
Publisher.get_component() was rearranged to clarify the logic.)
- * Fix the Medusa HTTP server to work with HTML templates (David M. Cooke)
+ * Fixed the Medusa HTTP server to work with HTML templates (David M. Cooke)
and to call finish_failed_request (pointed out by Graham Fawcett).
- * Add HTTP_USER_AGENT and ACCEPT_ENCODING to Medusa HTTP server.
+ * Added HTTP_USER_AGENT and ACCEPT_ENCODING to Medusa HTTP server.
(Graham Fawcett)
- * Fix _c_htmltext.c to compile on Windows. (Graham Fawcett)
+ * Fixed _c_htmltext.c to compile on Windows. (Graham Fawcett)
- * Fix two bugs in _c_htmltext.c found by code review,
+ * Fixed two bugs in _c_htmltext.c found by code review,
and one bug in _py_htmltext.py found by Nicola Larosa.
(Neil Schemenauer)
- * Add a page to the demo that dumps the contents of the HTTPRequest.
+ * Added a page to the demo that dumps the contents of the HTTPRequest.
- * Write out HTTP upload data in binary mode, so binary content-types
- work correctly on Windows. (Graham Fawcett)
+ * Made upload.py write out HTTP upload data in binary mode, so
+ binary content-types work correctly on Windows. (Graham Fawcett)
+
+ * Added classifiers for use with Python 2.3's "register" command.
0.6b1 (9 Jan 2003):