[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.608
Andreas Jung
andreas@andreas-jung.com
Tue, 25 Feb 2003 11:55:10 -0500
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv5319/doc
Modified Files:
CHANGES.txt
Log Message:
- Index constructors were called without acquisition context of the
calling object. This caused caller.getPhysicalPath() to fail for
indexes depending on this information.
=== Zope/doc/CHANGES.txt 1.607 => 1.608 ===
--- Zope/doc/CHANGES.txt:1.607 Mon Feb 24 04:38:45 2003
+++ Zope/doc/CHANGES.txt Tue Feb 25 11:54:40 2003
@@ -47,10 +47,15 @@
- Collector #741: Applied patch to provide better FTP error messages.
- - Collector #814: PathIndexes now uses IITreeSet instead of
- IISet. This should result in less memory usage.
Bugs Fixed
+
+ - Index constructors were called without acquisition context of the
+ calling object. This caused caller.getPhysicalPath() to fail for
+ indexes depending on this information.
+
+ - Collector #814: PathIndexes now uses IITreeSet instead of
+ IISet. This should result in less memory usage.
- Fixed a whitespace problem in Z2.log (AWStats failed to process
Zope logfiles)