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

Andreas Jung andreas@zope.com
Fri, 26 Oct 2001 10:19:52 -0400


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

Modified Files:
      Tag: Zope-2_4-branch
	CHANGES.txt 
Log Message:
WebDAV: Zope escaped nested object properties derived from
internal dav__* functions in PropertySheets.py although they
are considered to be safe and do not need any escaping. This 
caused Zope to be completely incomplete with Windows XP. Fixed !



=== Zope/doc/CHANGES.txt 1.335.2.80 => 1.335.2.81 ===
 
     
+        - WebDAV: Zope escaped nested object properties derived from
+          internal dav__* functions in PropertySheets.py although they
+          are considered to be safe and do not need any escaping. This 
+          caused Zope to be completely incomplete with Windows XP. Fixed !
+
         - Adding new indexes to the ZCatalog using the ZMI did not
           work properly with disabled Javascript.