=============================
 pyutilib.workflow CHANGELOG
=============================

-------------------------------------------------------------------------------
 Version 1.1
-------------------------------------------------------------------------------

- Bug fix in DFS. We were calling the same function twice in the search.

- Returning all output of a task execution in an Option object.

- Adding pyutilib.workflow plugins to the pyutilib.workflow environment.

- Resolving back-portability issues for Python 2.4

- Moving ID management into globals.py

- Adding tasks.py, which currently contains plugin tasks and
  a task factory.

- Various enhancements to other infrastructure needed to get
  workflows working for tevaspot.

- Added options() method, to get the options that can be set when launching a
  workflow.

- Misc fix when configuring the start task with connections that have been
  initialized with a value.

-------------------------------------------------------------------------------
 Version 1.0
-------------------------------------------------------------------------------

- Initial release.

