[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.17.2.7

Jeremy Hylton jeremy@zope.com
Mon, 21 Oct 2002 12:11:11 -0400


Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv13427

Modified Files:
      Tag: ZODB3-3_1-branch
	NEWS.txt 
Log Message:
Slip release by a few days.
Add note about restore() change.


=== ZODB3/NEWS.txt 1.17.2.6 => 1.17.2.7 ===
--- ZODB3/NEWS.txt:1.17.2.6	Fri Oct 18 15:14:56 2002
+++ ZODB3/NEWS.txt	Mon Oct 21 12:11:11 2002
@@ -1,6 +1,6 @@
 What's new in ZODB3 3.1 beta 3?
 ===============================
-Release date: 18-Oct-2002
+Release date: 21-Oct-2002
 
 A small extension was made to the iterator protocol.  The Record
 objects, which are returned by the per-transaction iterators, contain
@@ -11,6 +11,10 @@
 provide a stronger statement about consistency than whether the data
 in two records is the same; it's possible for two different updates to
 an object to coincidentally have the same data.
+
+The restore() method was extended to take the data_txn attribute
+mentioned above as an argument.  FileStorage uses the new argument to
+write a backpointer if possible.
 
 A few bugs were fixed.