[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.535.2.165
Jeremy Hylton
jeremy at zope.com
Fri Jan 16 12:24:13 EST 2004
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv5411/doc
Modified Files:
Tag: Zope-2_6-branch
CHANGES.txt
Log Message:
Fix for FileStorage redundant pack bug.
Backported from the trunk.
=== Zope/doc/CHANGES.txt 1.535.2.164 => 1.535.2.165 ===
--- Zope/doc/CHANGES.txt:1.535.2.164 Fri Jan 16 10:41:45 2004
+++ Zope/doc/CHANGES.txt Fri Jan 16 12:23:42 2004
@@ -9,6 +9,14 @@
Bugs Fixed
+ - Fixed a serious bug in the new FileStorage 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.
+
- A bug in xml-rpc publishing that caused xml-rpc access to break
has been fixed.
More information about the Zope-Checkins
mailing list