[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.535.2.140

Yvo Schubbe schubbe at web.de
Tue Oct 14 05:05:20 EDT 2003


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv2172/doc

Modified Files:
      Tag: Zope-2_6-branch
	CHANGES.txt 
Log Message:
Merged yuppie-collector1079-branch:
- Fixed BaseRequest's traversal loop. (Collector #1079)
Some whitespace cleanup in CHANGES.txt.

=== Zope/doc/CHANGES.txt 1.535.2.139 => 1.535.2.140 ===
--- Zope/doc/CHANGES.txt:1.535.2.139	Tue Oct  7 15:45:07 2003
+++ Zope/doc/CHANGES.txt	Tue Oct 14 05:04:48 2003
@@ -5,17 +5,20 @@
   file HISTORY.txt.
 
   After Zope 2.6.2 Final
- 
+
     Bugs Fixed
 
-      - Revert feature introduced in Zope 2.6.2 b3 of never updaing
-        metadata if index is specified in catalog_object.  This broke
-        several applications.  Instead, we provide the catalog_object
-        method (and the Catalog.py's catalogObject method) with an
-        update_metadata keyword argument.  If the update_metadata
-        keyword argument is set false (the default is true), metadata
-        is not updated.
-     
+     - Collector #1079: Fixed BaseRequest's traversal loop to avoid some
+       infinite loop scenarios.
+
+     - Revert feature introduced in Zope 2.6.2 b3 of never updaing
+       metadata if index is specified in catalog_object.  This broke
+       several applications.  Instead, we provide the catalog_object
+       method (and the Catalog.py's catalogObject method) with an
+       update_metadata keyword argument.  If the update_metadata
+       keyword argument is set false (the default is true), metadata
+       is not updated.
+
      - Collector #851: Traversable.py: A bare try..except shadowed
        conflict errors
 
@@ -29,7 +32,7 @@
        so that they now log exceptions that occur.
 
   Zope 2.6.2 beta 5
- 
+
     Bugs Fixed
 
       - ZClasses that subclassed ObjectManager that were created in 
@@ -114,7 +117,7 @@
 
       - Made all PluginIndexes and ZCTextIndex use 'safe_callable',
         which is aware of extension classes that fill 'tp_callable'
-	but don't define '__call__'.
+        but don't define '__call__'.
 
       - Made KeywordIndex be more robust about receiving a value that
         is not a string or an iterable type.
@@ -254,8 +257,8 @@
 
       - Backport of ZODB fix for Colletor #875, where packing to a point
         before an UNDO transaction can lead to objects improperly being
-	left out of the packed database (the UNDO maintained a history pointer
-	to an object that had been deleted by pack).
+        left out of the packed database (the UNDO maintained a history pointer
+        to an object that had been deleted by pack).
 
   Zope 2.6.1 
     
@@ -345,7 +348,7 @@
 
       - Transience's '_getCurrentBucket' implementation had a bug which
         could cause more work to be performed than necessary
-	(incorrect computation of "plast" variable).
+        (incorrect computation of "plast" variable).
 
       - Role.py's get_valid_userids method (used by the local roles
         machinery) mistakenly used the name 'acl_users' to locate a user




More information about the Zope-Checkins mailing list