[CMF-checkins] CVS: CMF - CHANGES.txt:1.53
Chris Withers
chrisw@nipltd.com
Mon, 11 Feb 2002 07:44:56 -0500
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv10593
Modified Files:
CHANGES.txt
Log Message:
Fix for Tracker #463. Killed duplicate code in DCWorkflow/Expression.py
=== CMF/CHANGES.txt 1.52 => 1.53 ===
Bugs Fixed
+ - Made workflow Expressions use the correct ModuleImporter
+ so that they operate correctly in their restricted
+ environment. Thanks to Dieter Maurer for the patch.
+ (Tracker 463)
+
- Fixed incorrent permissions in "pending" state of default
DCWorkflows. Thanks for Lynn Walton for the report and
Florent Guillaume for the patch. (Tracker #464)