Notes:

Release Name: 0.8.6-deleted-1472824089

Notes:
This is a minor update. Basically there is a bit more flexibility to build configuration file, and a bunch of bug fixes.


Changes:
This corresponds to the version 464 of the subversion repository.

* PSOM now creates a global variable names GB_PSOM_NAME_JOB that can be used by the job. In particular, PSOM_FILE_TMP and PSOM_FOLDER_TMP uses this name, which can be handy to generate temporary file names.
* New function PSOM_ADD_JOB that automatizes the task of adding a job to a pipeline (assuming a "brick" syntax).
* It is now possible to create a file psom_gb_vars_local.m anywhere in matlab/octave search path, and this file will override the default configurations found in psom_gb_vars.m
* Bug fix : the matlab initialization sequence was not passed to the jobs. Only the default value was used (so changing psom_gb_vars.m worked ok).
* Code simplification. A bit.
* The pipeline manager now uses the same search path as the jobs (before it was using the one of the calling environment).
* The search path can now be configured with '' to use the current search path, 'gb_psom_omitted' to make no attempt to change the search path (the start-up search path will apply), or any string to explicitly set up the search path.