* Changes in SLURM 2.0.9 ======================== -- When running the mysql plugin natively MUNGE errors are now eliminated when sending updates to slurmctlds. -- Check to make sure we have a default account before looking to fill in default association. -- Fix to make it so sched/wiki2 can modify a job's partition or hostlist of non-pending jobs. -- Applied slurmctld prolog bug fix from Dennis Leepow to backfill.c -- fixed quite a few typos (needed for debian packages) -- make it so slurmctld will core dump without --enable-debug set -- Fix issue when doing a rollup on reservations before a cluster has been added. -- MySQL plugin - When doing archiving end time is now decreased by 1 which should be more correct. -- BLUEGENE - Fixed issue where --no-rotate didn't work correctly on job submissions. -- BLUEGENE - made the buffer longer when submitting jobs to get the entire line. Previously the line could be shortened prematurely. -- BLUEGENE - Fix to make sure we don't erroneously set a connection type to SMALL. -- Type cast a negative uint64_t to int64_t to avoid confusion when doing arithmetic with it in accounting dealing with over commit time.