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

Tim Peters tim.one at comcast.net
Tue Nov 16 16:39:34 EST 2004


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

Modified Files:
      Tag: Zope-2_7-branch
	NEWS.txt 
Log Message:
Collector 1581:  fspack can blow up when .fs is corrupted

Repaired three places where fspack referenced an undefined global while
*trying* to raise CorruptedError.  Added new checkCorruptionInPack()
test to verify the correct exception gets raised.


=== ZODB3/NEWS.txt 1.33.6.55 => 1.33.6.56 ===
--- ZODB3/NEWS.txt:1.33.6.55	Sun Oct 24 13:08:58 2004
+++ ZODB3/NEWS.txt	Tue Nov 16 16:39:04 2004
@@ -1,3 +1,15 @@
+What's new in ZODB3 3.2.5a1?
+============================
+Release date: DD-MMM-2004
+
+FileStorage
+-----------
+
+Collector 1581:  When an attempt to pack a corrupted ``Data.fs`` file was
+made, it was possible for the pack routine to die with a reference to an
+undefined global while it was trying to raise ``CorruptedError``.  It
+raises ``CorruptedError``, as it always intended, in these cases now.
+
 What's new in ZODB3 3.2.4?
 ==========================
 Release date: 24-Oct-2004



More information about the Zodb-checkins mailing list