[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.25
Andreas Jung
andreas at andreas-jung.com
Thu Sep 18 10:16:44 EDT 2003
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv6537/doc
Modified Files:
Tag: Zope-2_7-branch
CHANGES.txt
Log Message:
Merge from HEAD:
- PathIndex and TopicIndex are now using a counter for the number
of indexed objects instead of using a very expensive calculation
based on the keys of their indexes.
=== Zope/doc/CHANGES.txt 1.625.2.24 => 1.625.2.25 ===
--- Zope/doc/CHANGES.txt:1.625.2.24 Sun Sep 14 12:38:26 2003
+++ Zope/doc/CHANGES.txt Thu Sep 18 10:16:13 2003
@@ -12,6 +12,10 @@
the manage_options variable resulting to acquire "target" and "action"
from objects above in the hierachy.
+ - PathIndex and TopicIndex are now using a counter for the number
+ of indexed objects instead of using a very expensive calculation
+ based on the keys of their indexes.
+
- Collector #1039: Whitespace problem in Z2.log fixed
2.7.0b2
More information about the Zope-Checkins
mailing list