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

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


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

Modified Files:
	CHANGES.txt 
Log Message:
Collector #411: DateTime.rfc822 is not rfc822 compliant 


=== Zope/doc/CHANGES.txt 1.558 => 1.559 ===
--- Zope/doc/CHANGES.txt:1.558	Thu Oct 10 10:14:03 2002
+++ Zope/doc/CHANGES.txt	Tue Oct 15 14:31:20 2002
@@ -51,6 +51,8 @@
         signal.
 
       - Write pidfiles out with trailing newlines.
+      
+      - Collector #411: DateTime.rfc822 is not rfc822 compliant 
 
   Zope 2.6.0 beta 1
 
@@ -299,8 +301,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
@@ -468,10 +470,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