[Zodb-checkins] CVS: ZODB3 - ZEO-NEWS.txt:1.40
Guido van Rossum
guido@python.org
Fri, 4 Oct 2002 12:46:24 -0400
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv1572
Modified Files:
ZEO-NEWS.txt
Log Message:
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.
=== ZODB3/ZEO-NEWS.txt 1.39 => 1.40 ===
--- ZODB3/ZEO-NEWS.txt:1.39 Thu Oct 3 15:13:55 2002
+++ ZODB3/ZEO-NEWS.txt Fri Oct 4 12:46:22 2002
@@ -1,8 +1,20 @@
Revision History, Zope Enterprise Objects, version 2
- ZEO 2.0 beta 2 (2002/10/03)
+ ZEO 2.0 beta 3 (XXX release date here)
- The changes since ZEO 2.0b1 release are:
+ 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.
+
+ ZEO 2.0 beta 2 (2002/10/04)
+
+ The changes since the ZEO 2.0b1 release are:
- Added doc strings
@@ -236,7 +248,7 @@
ZEO 2.0 beta 1 (2002/08/23)
- The changes since ZEO 2.0a1 release are:
+ The changes since the ZEO 2.0a1 release are:
- Added version identification.