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

Barry Warsaw barry@wooz.org
Tue, 11 Feb 2003 13:25:26 -0500


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

Modified Files:
	NEWS.txt 
Log Message:
A few updates.


=== ZODB3/NEWS.txt 1.30 => 1.31 ===
--- ZODB3/NEWS.txt:1.30	Wed Feb  5 18:33:25 2003
+++ ZODB3/NEWS.txt	Tue Feb 11 13:25:24 2003
@@ -19,6 +19,25 @@
 conflict with the zdaemon package.)  Together with the new
 mkzeoinst.py script, this makes controlling a ZEO server a breeze.
 
+ZODB
+----
+
+The "other" argument to copyTransactionsFrom() only needs to have an
+.iterator() method.  For convenience, change FileStorage's and
+BDBFullStorage's iterator to have this method, which just returns
+self.
+
+Mount points are now visible from mounted objects.
+
+Tools
+-----
+
+New tool zeoqueue.py for parsing ZEO log files, looking for blocked
+transactions.
+
+New tool repozo.py (originally by Anthony Baxter) for performing
+incremental backups of Data.fs files.
+
 
 What's new in ZODB3 3.2 alpha 1
 ===============================