[Zodb-checkins] CVS: ZODB3 - README.txt:1.14

Jeremy Hylton jeremy@zope.com
Fri, 17 Jan 2003 14:13:55 -0500


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

Modified Files:
	README.txt 
Log Message:
Remove --with-zeo1 instructions and update number of tests.


=== ZODB3/README.txt 1.13 => 1.14 ===
--- ZODB3/README.txt:1.13	Fri Jan  3 17:10:45 2003
+++ ZODB3/README.txt	Fri Jan 17 14:13:52 2003
@@ -1,5 +1,5 @@
-ZODB3 3.1+
-==========
+ZODB3 3.2a1
+===========
 
 Please see the LICENSE.txt file for terms and conditions.
 
@@ -83,14 +83,7 @@
     Type "help", "copyright", "credits" or "license" for more information.
     >>> import ZODB
     >>> ZODB.__version__
-    '3.1.1'
-
-To install ZODB3 using ZEO version 1 instead of version 2, pass the 
-``--with-zeo1`` argument to setup.py when you build and install::
-
-    % python setup.py build --with-zeo1
-
-    % python setup.py install --with-zeo1
+    '3.2a1'
 
 Testing
 -------
@@ -107,7 +100,7 @@
 third-party libraries.  On Windows, the tests can take much longer to
 execute::
 
-    Ran 859 tests in 153.277s
+    Ran 1374 tests in 1706.841s
 
     OK