[Zodb-checkins] CVS: ZODB3 - README.txt:1.7.4.8
Barry Warsaw
barry@wooz.org
Mon, 3 Feb 2003 14:22:19 -0500
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv17691
Modified Files:
Tag: ZODB3-3_1-branch
README.txt
Log Message:
Updates for beta2
=== ZODB3/README.txt 1.7.4.7 => 1.7.4.8 ===
--- ZODB3/README.txt:1.7.4.7 Thu Jan 23 16:56:36 2003
+++ ZODB3/README.txt Mon Feb 3 14:22:16 2003
@@ -1,6 +1,6 @@
-ZODB3 3.1.1 beta 1
+ZODB3 3.1.1 beta 2
==================
-Release date: 10-Dec-2002
+Release date: 03-Feb-2003
Please see the LICENSE.txt file for terms and conditions.
@@ -32,7 +32,7 @@
- Supporting modules such as ExtensionClass
- The persistent BTrees modules
- ZEO
-- Experimental Berkeley storages
+- BerkeleyDB based storages
- Some documentation <wink>
@@ -44,11 +44,10 @@
builds Python extensions. If you have the source release of ZODB3,
you will need a C compiler.
-If you intend to use the experimental Berkeley storages, you will need
-to install the Berkeley database software and PyBSDDB, the next
-generation of Berkeley DB Python wrapper. It is recommended that you
-use at least Berkeley 4.0.14 and PyBSDDB 3.4.0. See the
-`bsddb3Storage/README` file for details.
+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.
Installation
------------