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

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


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

Modified Files:
      Tag: ZODB3-3_1-branch
	ZEO-NEWS.txt 
Log Message:
Note ClientCache changes.


=== ZODB3/ZEO-NEWS.txt 1.39.2.11 => 1.39.2.12 ===
--- ZODB3/ZEO-NEWS.txt:1.39.2.11	Tue Nov 12 08:37:50 2002
+++ ZODB3/ZEO-NEWS.txt	Thu Nov 21 14:02:09 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.