New features
* Minimisation of the srun command usage
The basic mechanism that allowed to start QCG-PilotJob agents only with srun has been generalised and allows to select different mechanisms, e.g. ssh
* Pub/Sub task status queries
Provided an asynchronous notification mechanism on a level of QCG-PilotJob manager so the client (via API) can trace the task status changes without periodic querying the service
* Experimental implementation of a global queue mechanism
Currently available in a [globalqueue branch](https://github.com/vecma-project/QCG-PilotJob/tree/globalqueue)
Bugfixes
* resource parsing in the partition mode
* launching agents via ssh protocol
* proper handling of application arguments in the intelmpi model
* small issues