[Zodb-checkins] CVS: StandaloneZODB/bsddb3Storage - README:1.8.2.1

Barry Warsaw barry@wooz.org
Mon, 24 Jun 2002 12:10:49 -0400


Update of /cvs-repository/StandaloneZODB/bsddb3Storage
In directory cvs.zope.org:/tmp/cvs-serv14953

Modified Files:
      Tag: bsddb3Storage-picklelog-branch
	README 
Log Message:
Add some text describing the bug in PyBSDDB 3.3.0 which will cause
core dumps, and point folks at the pybsddb-patch.txt file to fix it.


=== StandaloneZODB/bsddb3Storage/README 1.8 => 1.8.2.1 ===
 Compatibility
 
-    The Full and Minimal storages have been tested with Python 2.1.1
+    The Full and Minimal storages have been tested with Python 2.1.3
     but should work for any Python 2.x version.  It may or may not
     work with Python 1.5.2.  It should work well with Python 2.2.
 
@@ -97,12 +97,17 @@
     To obtain the latest source release of BerkeleyDB, see the
     Sleepycat site:
 
-    http://www.sleepycat.com
+        http://www.sleepycat.com
 
     To obtain the latest source release of Robin Dunn's PyBSDDB
     package, see:
 
-     http://pybsddb.sourceforge.net
+        http://pybsddb.sourceforge.net
+
+    NOTE: PyBSDDB 3.3.0 has a bug which manifest as core dumps
+    (e.g. during the test suite).  You must either apply the patch in
+    pybsddb-patch.txt in this directory, or use the latest cvs version
+    of PyBSDDB.
 
     Install both BerkeleyDB and PyBSDDB as per the instructions that
     they come with.  For BerkeleyDB, it's generally wise to accept the