[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.54
Florent Guillaume
cvs-admin at zope.org
Sun Nov 2 13:04:58 EST 2003
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv17457/doc
Modified Files:
Tag: Zope-2_7-branch
CHANGES.txt
Log Message:
Merge from HEAD:
ConflictError was swallowed in ObjectManager by manage_beforeDelete and
_delObject. This could break code expecting to do cleanups before
deletion.
=== Zope/doc/CHANGES.txt 1.625.2.53 => 1.625.2.54 ===
--- Zope/doc/CHANGES.txt:1.625.2.53 Sun Nov 2 07:01:06 2003
+++ Zope/doc/CHANGES.txt Sun Nov 2 13:04:26 2003
@@ -32,6 +32,10 @@
Bugs fixed
+ - ConflictError was swallowed in ObjectManager by
+ manage_beforeDelete and _delObject. This could break code
+ expecting to do cleanups before deletion.
+
- DateRangeIndexes blew up if they were asked to deal with a date
far in the future. This is now fixed, but only inasmuch as
DateRangeIndexes may give incorrect results when attempting
More information about the Zope-Checkins
mailing list