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

Torped Strategy and Communications info@torped.se
Tue, 15 Oct 2002 14:33:07 -0400


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

Modified Files:
      Tag: Zope-2_6-branch
	CHANGES.txt 
Log Message:
      - Collector #411: DateTime.rfc822 is not rfc822 compliant 


=== Zope/doc/CHANGES.txt 1.535.2.32 => 1.535.2.33 ===
--- Zope/doc/CHANGES.txt:1.535.2.32	Mon Oct 14 18:33:57 2002
+++ Zope/doc/CHANGES.txt	Tue Oct 15 14:32:36 2002
@@ -15,6 +15,7 @@
         DTMLFiles.  Security is still applied, but now it is applied
         correctly.
 
+      - Collector #411: DateTime.rfc822 is not rfc822 compliant 
 
   Zope 2.6.0 beta 2
 
@@ -339,8 +340,8 @@
         unquoted id
 
       - Collector #61 -- now manage_PasteObjects return a list of dictionaries
-	containing {'id':original_id,'new_id':newly_pasted_obj_id} when called
-	with REQUEST=None
+    containing {'id':original_id,'new_id':newly_pasted_obj_id} when called
+    with REQUEST=None
 
       - Changed FORCE_PRODUCT_LOAD so that if it is set, it determines
         whether products are installed regardless of whether ZEO_CACHE is
@@ -514,10 +515,10 @@
 
       - New implementation of ZODB object cache.  The new
         implemenation is more likely to keep the size of the object
-	cache close to the target size.  This change means that memory
-	consumption may be reduced.  Some users will need to increase
-	the default cache size, because a too small setting is more
-	likely to hurt performance than it did in the past.
+    cache close to the target size.  This change means that memory
+    consumption may be reduced.  Some users will need to increase
+    the default cache size, because a too small setting is more
+    likely to hurt performance than it did in the past.
 
         Third-party C extensions that use the persistence API must be
         recompiled, and may need to be updated to work correctly with