[Zodb-checkins] CVS: ZODB3 - ZEO-NEWS.txt:1.41
Guido van Rossum
guido@python.org
Fri, 4 Oct 2002 20:31:45 -0400
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv27211
Modified Files:
ZEO-NEWS.txt
Log Message:
The subclassing hooks made it into 3.1b2 after all.
=== ZODB3/ZEO-NEWS.txt 1.40 => 1.41 ===
--- ZODB3/ZEO-NEWS.txt:1.40 Fri Oct 4 12:46:22 2002
+++ ZODB3/ZEO-NEWS.txt Fri Oct 4 20:31:44 2002
@@ -4,13 +4,7 @@
The changes since the ZEO 2.0b2 release are:
- - Added subclassing hooks to ClientStorage and StorageServer
-
- It is now easy to provide a subclass of a class that is
- instantiated, by setting the corresponding hook class
- variable. E.g. if you subclass ZEOStorage, you should also
- subclass StorageServer and set StorageServer.ZEOStorageClass
- to your ZEOStorage subclass.
+ - XXX
ZEO 2.0 beta 2 (2002/10/04)
@@ -245,6 +239,12 @@
issuing a log message. The wait_for_server_on_startup is an
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)