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

Guido van Rossum guido@python.org
Fri, 4 Oct 2002 20:28:14 -0400


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

Modified Files:
      Tag: ZODB3-3_1-branch
	NEWS.txt ZEO-NEWS.txt 
Log Message:
Merge changes from trunk to release branch.

=== ZODB3/NEWS.txt 1.17.2.4 => 1.17.2.5 ===
--- ZODB3/NEWS.txt:1.17.2.4	Fri Oct  4 17:53:38 2002
+++ ZODB3/NEWS.txt	Fri Oct  4 20:28:13 2002
@@ -5,6 +5,9 @@
 A few bugs have been fixed, some that were found with the help of
 Neal Norwitz's PyChecker.
 
+The zeoup.py tool has been fixed to allow connecting to a read-only
+storage, when the --nowrite option is given.
+
 Casey Duncan fixed a few bugs in the recent changes to undoLog().
 
 The fstest.py script no longer checks that each object modified in a


=== ZODB3/ZEO-NEWS.txt 1.39.2.4 => 1.39.2.5 ===
--- ZODB3/ZEO-NEWS.txt:1.39.2.4	Fri Oct  4 15:54:11 2002
+++ ZODB3/ZEO-NEWS.txt	Fri Oct  4 20:28:13 2002
@@ -1,8 +1,20 @@
 Revision History, Zope Enterprise Objects, version 2
 
+  ZEO 2.0 beta 3 (XXX release date here)
+
+    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 ZEO 2.0b1 release are:
+    The changes since the ZEO 2.0b1 release are:
 
       - Added doc strings
 
@@ -242,7 +254,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.