[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.406.2.81
Martijn Pieters
mj@zope.com
Mon, 7 Oct 2002 15:45:32 -0400
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv2048/doc
Modified Files:
Tag: Zope-2_5-branch
CHANGES.txt
Log Message:
Merge skipping of unauthorized tree objects during child object filtering
from the trunk.
=== Zope/doc/CHANGES.txt 1.406.2.80 => 1.406.2.81 ===
--- Zope/doc/CHANGES.txt:1.406.2.80 Fri Oct 4 22:10:43 2002
+++ Zope/doc/CHANGES.txt Mon Oct 7 15:45:32 2002
@@ -101,6 +101,10 @@
string to be decoded, allowing for a DoS attack with very large
strings.
+ - ZTUtils.Zope.TreeSkipMixin allows you to skip unauthorized objects in
+ the tree, but the filter wasn't applied when trying to filter candidate
+ child nodes through a custom setChildAccess filter.
+
Zope 2.5.1
New Features