[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.17.2.27 README.txt:1.7.4.11
Jeremy Hylton
jeremy at zope.com
Tue May 13 14:59:47 EDT 2003
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv19767
Modified Files:
Tag: ZODB3-3_1-branch
NEWS.txt README.txt
Log Message:
Add news about two new bug fixes.
=== ZODB3/NEWS.txt 1.17.2.26 => 1.17.2.27 ===
--- ZODB3/NEWS.txt:1.17.2.26 Wed Apr 30 17:05:33 2003
+++ ZODB3/NEWS.txt Tue May 13 13:59:47 2003
@@ -42,6 +42,9 @@
Storages
--------
+FileStorage has a new pack() implementation that fixes several
+reported problems that could lead to data loss.
+
Two small bugs were fixed in DemoStorage. undoLog() did not handle
its arguments correctly and pack() could accidentally delete objects
created in versions.
@@ -72,6 +75,15 @@
despite not being referenced anymore).
Other minor BTree leak scenarios were also fixed.
+
+Other
+-----
+
+Comparing a Missing.Value object to a C type that provide its own
+comparison operation could lead to a segfault when the Missing.Value
+was on the right-hand side of the comparison operator. The Missing
+class was fixed so that its coercion and comparison operations are
+safe.
Tools
-----
=== ZODB3/README.txt 1.7.4.10 => 1.7.4.11 ===
--- ZODB3/README.txt:1.7.4.10 Wed Apr 30 15:41:46 2003
+++ ZODB3/README.txt Tue May 13 13:59:47 2003
@@ -1,6 +1,6 @@
ZODB3 3.1.2 beta 1
==================
-Release date: 30-Apr-2003
+Release date: 13-May-2003
Please see the LICENSE.txt file for terms and conditions.
More information about the Zodb-checkins
mailing list