[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.81
Tim Peters
tim.one at comcast.net
Tue Jun 14 16:47:02 EDT 2005
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv29971
Modified Files:
Tag: Zope-2_7-branch
NEWS.txt
Log Message:
UndoSearch._readnext(): Add the transaction size to the return value.
=== ZODB3/NEWS.txt 1.33.6.80 => 1.33.6.81 ===
--- ZODB3/NEWS.txt:1.33.6.80 Thu Jun 2 17:24:43 2005
+++ ZODB3/NEWS.txt Tue Jun 14 16:46:31 2005
@@ -21,6 +21,16 @@
could fail, and despite that T never modified O.
+FileStorage.UndoSearch
+----------------------
+
+- The ``_readnext()`` method now returns the transaction size as the value
+ of the "size" key. Thanks to Dieter Maurer for the patch, from
+ http://mail.zope.org/pipermail/zodb-dev/2003-October/006157.html.
+ "This is very valuable when you want to spot strange transaction sizes
+ via Zope's 'Undo' tab".
+
+
Error reporting
---------------
More information about the Zodb-checkins
mailing list