[CMF-checkins] CVS: CMF/DCWorkflow - CHANGES.txt:1.4 version.txt:1.3
Shane Hathaway
shane@digicool.com
Fri, 31 Aug 2001 10:45:51 -0400
Update of /cvs-repository/CMF/DCWorkflow
In directory cvs.zope.org:/tmp/cvs-serv10896
Modified Files:
CHANGES.txt version.txt
Log Message:
Updated version number and changelog
=== CMF/DCWorkflow/CHANGES.txt 1.3 => 1.4 ===
+
+Version 0.4
+
+- Thanks to Ulrich Eck (ueck@net-labs.de), you can now set variables
+ on states and transitions. Great job!
+
+- Changed expressions to TALES. This means that it is now required that
+ you have the PageTemplates product installed; see
+ http://www.zope.org/Members/4am/ZPT .
+ Your expressions will need to be written
+ again, but they should be a lot cleaner now.
+
+- Added a second default workflow that closely resembles the "classic"
+ default workflow. Just visit a workflow tool and click "Add workflow"
+ then select "Web-configurable workflow [Classic]".
+
+Version 0.3 (never officially released)
- Fixed guard expressions. Thanks to Jens Quade!
@@ -15,6 +31,7 @@
- What is passed to scripts is now an object whose attributes are from
the expression namespace.
+
Version 0.2
- As suggested by Seb Bacon, simplified by making transitions trigger on
@@ -24,6 +41,7 @@
are passed an expression namespace as the first parameter.
- Replaced the name "action_or_method" with "transition".
+
Version 0.1
=== CMF/DCWorkflow/version.txt 1.2 => 1.3 ===
\ No newline at end of file
+DCWorkflow-0.4
\ No newline at end of file