Correct description of change (quixote/CHANGES)
Andrew Kuchling <akuchlin-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Fri, 10 Jan 2003 09:22:13 -0500
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/cvs/quixote
In directory hewson:/tmp/cvs-serv23127
Modified Files:
CHANGES
Log Message:
Correct description of change
Index: CHANGES
===================================================================
RCS file: /home/cvs/quixote/CHANGES,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- CHANGES 9 Jan 2003 17:53:35 -0000 1.53
+++ CHANGES 10 Jan 2003 14:22:10 -0000 1.54
@@ -49,8 +49,7 @@
See doc/upgrading.txt for more information.
* Make Quixote a bit more friendly to multi-threaded applications
- by allowing multiple simultaneous publishers, each handling one
- request (patch by Titus Brown).
+ by allowing multiple simultaneous requests (patch by Titus Brown).
* Make util.xmlrpc() return an HTTP 405 Method Not Allowed error
if the method isn't a POST.