[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.335.2.77
Andreas Jung
andreas@zope.com
Thu, 18 Oct 2001 08:54:26 -0400
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv16053
Modified Files:
Tag: Zope-2_4-branch
CHANGES.txt
Log Message:
=== Zope/doc/CHANGES.txt 1.335.2.76 => 1.335.2.77 ===
file HISTORY.txt.
+
+ - Adding new indexes to the ZCatalog using the ZMI did not
+ work properly with disabled Javascript.
+
+
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!
+ - 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.