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

Andreas Jung andreas@andreas-jung.com
Mon, 31 Mar 2003 12:36:29 -0500


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

Modified Files:
      Tag: Zope-2_6-branch
	CHANGES.txt 
Log Message:

      - Collector #683: WeDAV request without XML preamble
        were not recognized by Zope and raised an exception.


=== Zope/doc/CHANGES.txt 1.535.2.98 => 1.535.2.99 ===
--- Zope/doc/CHANGES.txt:1.535.2.98	Fri Feb 28 17:20:20 2003
+++ Zope/doc/CHANGES.txt	Mon Mar 31 12:35:58 2003
@@ -8,6 +8,9 @@
 
     Bugs Fixed
 
+      - Collector #683: WeDAV request without XML preamble
+        were not recognized by Zope and raised an exception.
+        
       - Fix small bug related to ZCTextIndex attempting to index the
         results of a callable.  Do not attempt to index None.