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

Jeremy Hylton jeremy at zope.com
Mon Aug 18 12:45:27 EDT 2003


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

Modified Files:
      Tag: ZODB3-3_1-branch
	README.txt 
Log Message:
Update some version stuff.


=== ZODB3/README.txt 1.7.4.13 => 1.7.4.14 ===
--- ZODB3/README.txt:1.7.4.13	Thu Jul 10 12:41:35 2003
+++ ZODB3/README.txt	Mon Aug 18 11:44:52 2003
@@ -1,6 +1,6 @@
-ZODB3 3.1.2
+ZODB3 3.1.3
 ===========
-Release date: 10-July-2003
+Release date: 18-Aug-2003
 
 Please see the LICENSE.txt file for terms and conditions.
 
@@ -16,13 +16,13 @@
 from the same source repository.  They have been packaged for use in
 non-Zope stand-alone Python applications.
 
-ZODB3 is known to work with Python 2.1.3, 2.2, and 2.3b1.  For best
-results, we recommend using Python 2.1.3 or Python 2.2.3.  Note that
+ZODB3 is known to work with Python 2.1.3, 2.2.3, and 2.3.  Note that
 2.2.1 does not work.
 
-Our primary development platform is Linux, but we also test on Windows
-2000 and 98.  The test suite should pass without error on all of these
-platforms, although it can take a long time on Windows.
+Our primary development platforms are Linux and Windows 2000, but we
+occasionally test with Windows 98, too.  The test suite should pass
+without error on all of these platforms, although it can take a long
+time on Windows.
 
 The components you get with the ZODB3 release are as follows:
 
@@ -46,7 +46,7 @@
 If you intend to use the BerkeleyDB storages, you will need to install
 the Berkeley database software and PyBSDDB, the Berkeley DB Python
 wrapper.  It is recommended that you use Berkeley 4.1.25 and PyBSDDB
-4.1.3.  See the `Doc/BDBStorage.txt` file for details.
+4.1.6.  See the `Doc/BDBStorage.txt` file for details.
 
 Installation
 ------------
@@ -77,7 +77,7 @@
     Type "help", "copyright", "credits" or "license" for more information.
     >>> import ZODB
     >>> ZODB.__version__
-    '3.1.2b2'
+    '3.1.3'
 
 To install ZODB3 using ZEO version 1 instead of version 2, pass the 
 ``--with-zeo1`` argument to setup.py when you build and install::




More information about the Zodb-checkins mailing list