* Changes in SLURM 2.1.14 ========================= -- Fixed coding mistakes in _slurm_rpc_resv_show() and job_alloc_info() found while reviewing the code. -- Fix select/cons_res logic to prevent allocating resources while jobs previously allocated resources on the node are still completing. -- Fixed typo in job_mgr.c dealing with qos instead of associations. -- Make sure associations and qos' are initiated when added. -- Fixed wrong initialization for wckeys in the association manager. -- Added wiki.conf configuration parameter of HidePartitionNodes. See "man wiki.conf" for more information. -- Add "JobAggregationTime=#" field SchedulerParameter configuration parameter output. -- Modify init.d/slurm and slurmdbd scripts to prevent the possible inadvertent inclusion of "." in LD_LIBRARY_PATH environment variable. To fail, the script would need to be executed by user root or SlurmUser without the LD_LIBRARY_PATH environment variable set and there would have to be a maliciously altered library in the working directory. Thanks to Raphael Geissert for identifying the problem. This addresses security vulnerability CVE-2010-3380.