[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.531

Martijn Pieters mj@zope.com
Thu, 29 Aug 2002 12:18:05 -0400


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv11343/doc

Modified Files:
	CHANGES.txt 
Log Message:
Update changelog with XML-RPC enhancements.


=== Zope/doc/CHANGES.txt 1.530 => 1.531 ===
--- Zope/doc/CHANGES.txt:1.530	Thu Aug 29 10:38:18 2002
+++ Zope/doc/CHANGES.txt	Thu Aug 29 12:18:04 2002
@@ -121,6 +121,13 @@
         that affect whether products are installed in the database at
         application startup.
 
+      - Collector #547: xmlrpclib SlowParser should also handle CDATA
+        sections.
+
+      - Collector #525: Don't mask Unautorized exceptions as XML-RPC faults.
+
+      - Collector #465: Allow XML-RPC requests with no <params /> tag.
+
     Features Added
     
       - Browser ids can now be encoded in the URL and Zope can be
@@ -199,6 +206,10 @@
         ZEO persistent cache.
       
         Documented FORCE_PRODUCT_LOAD
+
+      - xmlrpclib has been updated to the Python 2.2 version, which includes
+        support for the Expat parser for unmarshalling data, which speeds up
+        things considerably.
       
   Zope 2.6.0 alpha 1