[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.54
Jeremy Hylton
jeremy at zope.com
Fri Jan 16 11:50:45 EST 2004
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv31878
Modified Files:
NEWS.txt
Log Message:
Add news item for the pack bug.
=== ZODB3/NEWS.txt 1.53 => 1.54 ===
--- ZODB3/NEWS.txt:1.53 Wed Jan 14 14:35:01 2004
+++ ZODB3/NEWS.txt Fri Jan 16 11:50:45 2004
@@ -2,6 +2,16 @@
==============================
Release date: dd-mmm-2004
+FileStorage
+-----------
+
+Fixed a serious bug in the new pack implementation. If pack was
+called on the storage and passed a time earlier than a previous pack
+time, data could be lost. In other words, if there are any two pack
+calls, where the time argument passed to the second call was earlier
+than the first call, data loss could occur. The bug was fixed by
+causing the second call to raise a StorageError before performing any
+work.
ZEO
---
More information about the Zodb-checkins
mailing list