[CMF-checkins] CVS: CMF - CHANGES.txt:1.36.2.18
Andrew Sawyers
andrew@zope.com
Tue, 8 Jan 2002 16:22:17 -0500
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv28299
Modified Files:
Tag: CMF-1_2-branch
CHANGES.txt
Log Message:
*Fixed where new instances of Link were not getting the proper
format set to 'text/url'.
*Added unittests for format and URL_FORMAT.
*Updated changes to CHANGES.txt
=== CMF/CHANGES.txt 1.36.2.17 => 1.36.2.18 ===
Bugs Fixed
+ - Fixed setting the Link.format to URL_FORMAT so the initially returned
+ metadata headers would return 'text/url' properly. Added unittests.
+
- 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.