[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.14 README.txt:1.7
Guido van Rossum
guido@python.org
Tue, 24 Sep 2002 23:39:40 -0400
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv3365
Modified Files:
NEWS.txt README.txt
Log Message:
Merge in changes from the 3.1 release branch.
=== ZODB3/NEWS.txt 1.13 => 1.14 ===
--- ZODB3/NEWS.txt:1.13 Tue Sep 24 17:09:33 2002
+++ ZODB3/NEWS.txt Tue Sep 24 23:39:40 2002
@@ -1,3 +1,15 @@
+What's new in ZODB3 3.1 beta 2?
+===============================
+
+A few bugs have been fixed.
+
+Casey Duncan fixed a few bugs in the recent changes to undoLog().
+
+The fstest.py script no longer checks that each object modified in a
+transaction has a serial number that matches the transaction id.
+This invariant is no longer maintained; several new features in the
+3.1 release depend on it.
+
What's new in ZODB3 3.1 beta 1?
===============================
Release date: 12-Sep-2002
=== ZODB3/README.txt 1.6 => 1.7 ===
--- ZODB3/README.txt:1.6 Wed Sep 11 19:13:18 2002
+++ ZODB3/README.txt Tue Sep 24 23:39:40 2002
@@ -49,6 +49,9 @@
use at least Berkeley 4.0.14 and PyBSDDB 3.4.0. See the
`bsddb3Storage/README` file for details.
+There is a bug in Python 2.2.1 that causes crashes on some platforms.
+If you are using Python 2.2.1, you should recompile Python with the patch in
+`typeobject.patch` applied.
Installation
------------