[CMF-checkins] CVS: CMF - CHANGES.txt:1.36.2.17

Andrew Sawyers andrew@zope.com
Tue, 8 Jan 2002 16:05:01 -0500


Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv23994

Modified Files:
      Tag: CMF-1_2-branch
	CHANGES.txt 
Log Message:

*Fixed utils.parseHeadersBody to properly handle windows and unix
newlines.
*Added full webdav code to support Link editing over webdav.
*Updated these changes in CHANGES.txt


=== CMF/CHANGES.txt 1.36.2.16 => 1.36.2.17 ===
  Bugs Fixed
 
+  - Fixed CMFDefault.utils.parseHeadersBody to properly handle the headers
+    generated on a windows app (i.e. Dreamweaver) with /r/n; added the
+    compiled regular expression object to the method signature.
+
+  - Added full webdav sipport code to Link.py.  Changed _writeFromPUT to call
+    _editMetadata instead of editMetadata.
+
   - Cleaned up emission of RFC822-style headers (Tracker #407),
-    terminating eaders must be terminated with CRLF, and padding
+    terminating headers must be terminated with CRLF, and padding
     continuation lines (for values with embedded newlines) with
     leading whitespace).