quixote CHANGES,1.47,1.48
Greg Ward <gward-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]>
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/cvs/quixote
In directory hewson:/tmp/cvs-serv16317
Modified Files:
CHANGES
Log Message:
The next release will almost certainly be 0.6, and I have no idea when
it will be released.
Mention multi-threading-friendly changes.
Index: CHANGES
===================================================================
RCS file: /home/cvs/quixote/CHANGES,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- CHANGES 16 Oct 2002 01:23:53 -0000 1.47
+++ CHANGES 16 Oct 2002 18:47:22 -0000 1.48
@@ -1,7 +1,11 @@
-0.x.x (15 Oct 2002):
+0.6 (?? ??? 2002):
* Make util.xmlrpc() return an HTTP 405 Method Not Allowed error
if the method isn't a POST.
+
+ * Make Quixote a bit more friendly to multi-threaded applications
+ by allowing multiple simultaneous publishers, each handling one
+ request (patch by Titus Brown).
0.5.1 (8 Oct 2002):