[Zodb-checkins] CVS: ZODB3/Doc - BDBStorage.txt:1.3
Jeremy Hylton
jeremy at zope.com
Mon Sep 15 12:29:52 EDT 2003
Update of /cvs-repository/ZODB3/Doc
In directory cvs.zope.org:/tmp/cvs-serv29167/Doc
Modified Files:
BDBStorage.txt
Log Message:
Merge changes from ZODB3-3_2-branch to Zope-2_7-branch.
Please make all future changes on the Zope-2_7-branch instead.
=== ZODB3/Doc/BDBStorage.txt 1.2 => 1.3 ===
--- ZODB3/Doc/BDBStorage.txt:1.2 Tue Feb 4 12:19:06 2003
+++ ZODB3/Doc/BDBStorage.txt Mon Sep 15 12:29:21 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