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

Jeremy Hylton jeremy@zope.com
Fri, 4 Oct 2002 15:54:12 -0400


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

Modified Files:
      Tag: ZODB3-3_1-branch
	ZEO-NEWS.txt 
Log Message:
Add note about subclass hooks.


=== ZODB3/ZEO-NEWS.txt 1.39.2.3 => 1.39.2.4 ===
--- ZODB3/ZEO-NEWS.txt:1.39.2.3	Fri Oct  4 12:01:27 2002
+++ ZODB3/ZEO-NEWS.txt	Fri Oct  4 15:54:11 2002
@@ -234,6 +234,12 @@
         alias for the wait argument; using wait_for_server_on_startup
         issues a log message.
 
+      - ClientStorage and StorageServer subclassing hooks
+
+        The classes instantiated within the client and server are
+        now defined as class variables.  This approach allows
+        subclasses to substitute different classes.
+
   ZEO 2.0 beta 1 (2002/08/23)
 
     The changes since ZEO 2.0a1 release are: