[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.24
Tim Peters
tim.one at comcast.net
Sat May 22 12:05:15 EDT 2004
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv25425
Modified Files:
Tag: Zope-2_7-branch
NEWS.txt
Log Message:
find_files(): When trying to do recovery to a time earlier than that
of the most recent full backup, repozo.py failed to find the appropriate
files, erroneously claiming
No files in repository before <specified time>
Repaired that. Also made it much more robust against "junk files" the
user may create, or leave behind, in the backup directory. Added test.
=== ZODB3/NEWS.txt 1.33.6.23 => 1.33.6.24 ===
--- ZODB3/NEWS.txt:1.33.6.23 Fri May 21 18:09:43 2004
+++ ZODB3/NEWS.txt Sat May 22 12:04:44 2004
@@ -5,6 +5,11 @@
ZODB
----
+When trying to do recovery to a time earlier than that of the most recent
+full backup, repozo.py failed to find the appropriate files, erroneously
+claiming "No files in repository before <specified time>". This has
+been repaired.
+
Under exceedingly unlikely conditions, it was possible for DB.open()
to block with as few as two threads active. This was revealed by the
intermittent failure of the checkConcurrentUpdates1Storage test on a
More information about the Zodb-checkins
mailing list