2013-12-31 Release Name: 0.11 Notes: Computation Job Management (jobman) is a program to call executables according a given program flow. Each executable is run in a separate process. Version 0.11 changes the job_list.txt configuration file format. It implements a flexible way to pass parameters to leaf jobs. The parameters and the log and err file locations are passed to an executable explicitly as arguments. Changed source files include: Task.java, RunExecute.java, and Depend.java. Demo configurations are also changed. Also, the user can choose not to use a lock file (if its location is not specified). Changed source file is Config.java. To accommodate more features, the code will be redesigned in the next major release.