[Zope3-checkins] SVN: Zope3/branches/3.2/doc/CHANGES.txt AttributeIndex, FieldIndex fixes: update CHANGES.txt also

Adam Groszer adamg at fw.hu
Mon Nov 20 04:51:16 EST 2006


Log message for revision 71196:
  AttributeIndex, FieldIndex fixes: update CHANGES.txt also

Changed:
  U   Zope3/branches/3.2/doc/CHANGES.txt

-=-
Modified: Zope3/branches/3.2/doc/CHANGES.txt
===================================================================
--- Zope3/branches/3.2/doc/CHANGES.txt	2006-11-20 09:44:26 UTC (rev 71195)
+++ Zope3/branches/3.2/doc/CHANGES.txt	2006-11-20 09:51:16 UTC (rev 71196)
@@ -18,6 +18,13 @@
 
       - Fixed issue 535: make HTTPInputStream work with Python 2.4.4.
 
+      - 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.
+
   Zope 3.2.2 (2006/10/02)
 
     Bug fixes



More information about the Zope3-Checkins mailing list