- Removed InvalidCall exception type. TypeError or AttributeError is raised instead. - If a kuyruk process exits with a signal, the exit code will be 0.
0.22.1
--------------
Released on 27-08-2013.
- Master uses os.wait() instead of polling workers every second.
0.22.0
--------------
Released on 25-08-2013.
- Use forking again instead Popen after fixing import issue. - Add "Quit Task" button to Manager interface.
0.21.0
--------------
Released on 17-08-2013.
- Drop support for Python 2.6. - Switch back to subprocess module from forking.