[Zodb-checkins] CVS: ZODB3/Doc - BDBStorage.txt:1.2.8.1
Jeremy Hylton
jeremy at zope.com
Mon Sep 15 14:14:57 EDT 2003
Update of /cvs-repository/ZODB3/Doc
In directory cvs.zope.org:/tmp/cvs-serv16492/Doc
Modified Files:
Tag: Zope-2_7-branch
BDBStorage.txt
Log Message:
Merge the last batch of changes from the ZODB3-3_2-branch.
=== ZODB3/Doc/BDBStorage.txt 1.2 => 1.2.8.1 ===
--- ZODB3/Doc/BDBStorage.txt:1.2 Tue Feb 4 12:19:06 2003
+++ ZODB3/Doc/BDBStorage.txt Mon Sep 15 14:14:56 2003
@@ -46,18 +46,18 @@
Compatibility
-------------
-As of this writing (03-Feb-2003), these storages have been tested with
-Python 2.1.3, Python 2.2.2, and Python 2.3a1. When used with Python
-2.1 or 2.2, you must use the distutils PyBSDDB package (see below),
-however with Python 2.3, these storages use the standard Python bsddb
-package (which is essentially a port of the PyBSDDB package).
+These storages have been tested with Python 2.1.3, Python 2.2.3, and
+Python 2.3. When used with Python 2.1 or 2.2, you must use the
+distutils PyBSDDB package (see below), however with Python 2.3, these
+storages use the standard Python bsddb package (which is essentially a
+port of the PyBSDDB package).
Some testing has been conducted with Zopes as far back as 2.4.3 and as
far forward as Zope 3 alpha 1. These storages have primarily been
tested on Linux.
It is recommended that you use BerkeleyDB 4.1.25, and if you are using
-Python 2.1 or 2.2, PyBSDDB 4.1.3 or later. BDBStorage will not work
+Python 2.1 or 2.2, PyBSDDB 4.1.6 or later. BDBStorage will not work
with any BerkeleyDB version before 3.3.11 so be careful if your Python
or PyBSDDB is linking against earlier BerkeleyDB 3.x versions. If you
are using BerkeleyDB 4.0.14, it is highly recommended that you apply
More information about the Zodb-checkins
mailing list