$Id: Changes,v 1.6 2007/04/13 19:36:54 joern Exp $

Revision history and release notes for Event::ExecFlow:

0.63 Fri Apr 13, 2007, joern
    Features:
    - Improved output layout of Event::ExecFlow::Term.
    - Event::ExecFlow::Frontend::Term->set_quiet(1)
      will print just warning and error messages.
    - Added method Event::ExecFlow::Job->reset()
    
    Bugfixes:
    - Increase group progress on child finish only when
      it was successful.
    - Group considered itself finished even when a child
      job didn't finish successfully (cancelled or error).
    
0.62 Sat Jun 17, 2006, joern
    Features:
    - Executed programs are now set into C locale, so parsing
      output is independent from the locale settings.
    
    Bugfix:
    - set job into error state if post callbacks return
      with error.

0.61 Sun Apr 2, 2006, joern
    Notes:
    - added some helper methods to the Group class
    - scheduler stuff is still work in progress and needs some cleanup
    - shell commands maybe closures returing the shell code at runtime
    - fixed a bug with depends_on argument to constructor not
      processed correctly"

0.60 Mon Mar 27, 2006, joern
    Notes:
    - First public CPAN release
    - API may change but should by fairly stable
    - Documentation is mainly missing yet, only PODs with
      SYNPOSIS and stub chapters.