[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.335.2.76
Tres Seaver
tseaver@zope.com
Fri, 12 Oct 2001 01:47:06 -0400
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv22721/doc
Modified Files:
Tag: Zope-2_4-branch
CHANGES.txt
Log Message:
- Note: ALL UNIT TESTS NOW PASS!
=== Zope/doc/CHANGES.txt 1.335.2.75 => 1.335.2.76 ===
Zope 2.4.2 beta 1
+ - Repaired unit tests for DocumentTemplate, DateTime, and
+ ZCatalog; removed a glitch in one test which was causing
+ spurious failures in others. ALL UNIT TESTS PASS!
+
- Zope Find did not find objects located within ZClass
objects. Thanks to Anthony Baxter for fixing this.