[CMF-checkins] CVS: CMF - CHANGES.txt:1.22
Tres Seaver
tseaver@zope.com
Wed, 24 Oct 2001 08:59:31 -0400
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv5435
Modified Files:
CHANGES.txt
Log Message:
- Modified error-logging code to avoid potential leaks of
traceback frame
=== CMF/CHANGES.txt 1.21 => 1.22 ===
Bug fixes
+ - Modified error-logging code to avoid potential leaks of
+ traceback frame.
+
- Made 'Document.manage_FTPget' use EditableBody, rather than
accessing 'text' attribute directly (improves reusability).
Likewise 'Document.SearchableText'.