[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.375
Andreas Jung
andreas@zope.com
Fri, 26 Oct 2001 10:17:02 -0400
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv10900/doc
Modified Files:
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.374 => 1.375 ===
Bugs fixed
+ - 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 !
+
- Collector #2532: ZCatalog.availableSplitters is now protected
by security mechanism.