[Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt AttributeIndex,
FieldIndex fixes: update CHANGES.txt also
Adam Groszer
adamg at fw.hu
Mon Nov 20 04:51:46 EST 2006
Log message for revision 71198:
AttributeIndex, FieldIndex fixes: update CHANGES.txt also
Changed:
U Zope3/trunk/doc/CHANGES.txt
-=-
Modified: Zope3/trunk/doc/CHANGES.txt
===================================================================
--- Zope3/trunk/doc/CHANGES.txt 2006-11-20 09:51:30 UTC (rev 71197)
+++ Zope3/trunk/doc/CHANGES.txt 2006-11-20 09:51:45 UTC (rev 71198)
@@ -253,6 +253,14 @@
operation on closed file" after all tests have run. Port
of Jim's workaround in 3.3.
+ - Fixed zope.app.catalog.attribute.AttributeIndex. It did not
+ remove the the previous value/object from the index IF the NEW
+ value was None.
+
+ - Fixed zope.index.field.index.FieldIndex. Unindex broke if the value
+ somehow dropped out of the forward index.
+
+
Much thanks to everyone who contributed to this release:
Jim Fulton, Dmitry Vasiliev, Martijn Faassen, Christian Theune, Wolfgang
More information about the Zope3-Checkins
mailing list