[Zope-Checkins] SVN: Zope/branches/2.10/ Backported c81975 from
trunk
Hanno Schlichting
plone at hannosch.info
Sat Nov 24 08:33:20 EST 2007
Log message for revision 81976:
Backported c81975 from trunk
Changed:
U Zope/branches/2.10/doc/CHANGES.txt
U Zope/branches/2.10/lib/python/Products/ZCatalog/ZCatalog.py
-=-
Modified: Zope/branches/2.10/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.10/doc/CHANGES.txt 2007-11-24 13:25:49 UTC (rev 81975)
+++ Zope/branches/2.10/doc/CHANGES.txt 2007-11-24 13:33:19 UTC (rev 81976)
@@ -4,6 +4,13 @@
Change information for previous versions of Zope can be found in the
file HISTORY.txt.
+ Zope 2.10.6 (Unreleased)
+
+ Bugs fixed
+
+ - Launchpad #164783: Indexes were migrated on initial creation of a
+ ZODB.
+
Zope 2.10.5 (2007/10/30)
Other changes
Modified: Zope/branches/2.10/lib/python/Products/ZCatalog/ZCatalog.py
===================================================================
--- Zope/branches/2.10/lib/python/Products/ZCatalog/ZCatalog.py 2007-11-24 13:25:49 UTC (rev 81975)
+++ Zope/branches/2.10/lib/python/Products/ZCatalog/ZCatalog.py 2007-11-24 13:33:19 UTC (rev 81976)
@@ -177,6 +177,7 @@
self._v_total = 0
self._catalog = Catalog()
+ self._migrated_280 = True
def __len__(self):
# Perform a migration of _catalog.__len__ to _catalog._length
More information about the Zope-Checkins
mailing list