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

Chris McDonough chrism@zope.com
Tue, 3 Sep 2002 03:44:14 -0400


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

Modified Files:
      Tag: chrism-install-branch
	CHANGES.txt 
Log Message:
Merge of head into installer-branch.  Sorry.  :-(


=== Zope/doc/CHANGES.txt 1.528.2.1 => 1.528.2.2 ===
--- Zope/doc/CHANGES.txt:1.528.2.1	Thu Aug 29 01:31:12 2002
+++ Zope/doc/CHANGES.txt	Tue Sep  3 03:43:43 2002
@@ -5,6 +5,19 @@
   file HISTORY.txt.
 
     Bugs Fixed
+    
+      - Collector #550: Exceptions in XML-RPC requests no longer envoke
+        standard_error_message. Plain text error messages are instead added to
+        the fault string. In debug mode, a full traceback is also included
+        since access to the error log is not a given for XML-RPC developers.
+
+      - Collector #512,541: Fixed broken WebDAV compatiblity
+        with Cadaver 0.20.X due to a missing Lock-Token header.
+
+      - Zope Page Templates set a 'content-type' header even if
+        the result of their execution was not rendered to the browser.
+        We now check to make sure a content-type header is not
+        already set before allowing a page template to set its own.
 
       - Zope Page Templates set a 'content-type' header even if
         the result of their execution was not rendered to the browser.
@@ -118,6 +131,18 @@
         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.
+        Fix based on patch from Brad Clements.
+
+      - Collector #465: Allow XML-RPC requests with no <params /> tag.
+
+      - Collector #528: Don't clear REQUEST_METHOD for XML-RPC requests;
+        instead check for an XML-RPC Response objetc in
+        BaseRequest.traverse.
+
     Features Added
     
       - Browser ids can now be encoded in the URL and Zope can be
@@ -196,6 +221,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