[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.535.2.51

Jeremy Hylton jeremy@zope.com
Fri, 15 Nov 2002 12:51:53 -0500


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv5906

Modified Files:
      Tag: Zope-2_6-branch
	CHANGES.txt 
Log Message:
Add news about recent ZODB3-restore-debug-branch fixes.


=== Zope/doc/CHANGES.txt 1.535.2.50 => 1.535.2.51 ===
--- Zope/doc/CHANGES.txt:1.535.2.50	Wed Nov 13 15:19:45 2002
+++ Zope/doc/CHANGES.txt	Fri Nov 15 12:51:53 2002
@@ -25,6 +25,13 @@
       - Fixed bug in FileStorage related to object uncreation.  An
         attempt to load an uncreated object now raises KeyError.
 
+      - Fixed a couple bugs in FileStorage recover() that wrote
+        incorrect backpointers.
+
+      - Fixed data_txn attribute of iterator data records to use
+        the transaction id of the previous transaction, even if it
+        also has a data_txn field.
+
       - Fixed conflict resolution bug that raised a NameError when a
         class involved in a conflict could not be loaded.