##############################################################################
@RELEASE: 6.6-3
##############################################################################
==== CL 13391 ====
@FIX: checkDiskUsage.py missing from installation packages on linux, should be installed by qube-core.rpm
==== CL 13381 ====
@NEW: Added "worker_mode = desktop" or "worker_mode = service" to print to the workerlog at worker startup
==== CL 13365 ====
@FIX: "IOError: [Errno 5] Input/output error" occurs when trying to print to stdout or stderr in job instance with very verbose logging occurring
==== CL 13363 ====
@FIX: catch case where memusage datacollector returns agenda item name as a space
==== CL 13320 ====
@INTEG: main -> rel-6.6
-----
@FIX: add support for new 'exiting' state into data warehouse schema
==== CL 13252 ====
@NEW: add support for C4D R16
==== CL 13245 ====
@FIX: 'regex_error' matches against an error message that precedes a retry operation, fails the frame or instance even if it completes successfully this time.
==== CL 13233 ====
@FIX: don't report memory usage for items where the datacollector can't determine the agenda item's name
==== CL 13214 ====
@FIX: modified rpm spec file creating script to NOT assume .pyc/.pyo files for CentOS/RHEL 6.6 and above.
==== CL 13208 ====
@FIX: bug where preemption code will not properly work when running jobs have a "greedy" host.processors reservartions (such as "1+")
For example, this bug was causing high priority jobs with a requirement of
"host.processors.used eq 0" to NOT preempt low priority jobs running on a
multi-jobslot host with "host.processors = 1+".
ZD: 12512
JIRA: QUBE-632
==== CL 13126 ====
@FIX: add code to prevent more random worker crashes on Windows DU mode.
DU mode worker was occasionally found to kill it's own worker.exe and
workertray.exe processes when removing job processes.
==== CL 13066 ====
@NEW: Add SketchUp batch-render integration as an AppFinder job
==== CL 13058 ====
@FIX: When performing path translation, double-quote a converted path if it contains spaces and is not already quoted