[Zodb-checkins] CVS: ZODB3 - ZEO-NEWS.txt:1.46

Guido van Rossum guido@python.org
Thu, 21 Nov 2002 14:01:13 -0500


Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv32277

Modified Files:
	ZEO-NEWS.txt 
Log Message:
Note ClientCache changes.


=== ZODB3/ZEO-NEWS.txt 1.45 => 1.46 ===
--- ZODB3/ZEO-NEWS.txt:1.45	Tue Nov 19 13:05:38 2002
+++ ZODB3/ZEO-NEWS.txt	Thu Nov 21 14:01:13 2002
@@ -4,6 +4,10 @@
 
     The changes since the ZEO 2.0 release are:
 
+      - ClientCache.py: make some functions into methods; include the
+        storage name in all log messages; append the storage name to
+        the trace filename.
+
       - zrpc/trigger.py: in handle_read() (both versions!), catch
         socket errors from the recv() call and return early in that
         case.