These will be the Qube 6.10-0 release notes
==== CL 18717 ====
@FIX: Job instances can become unkillable with QB_PREEMPT_MODE_FAIL internal status
JIRA: QUBE-2819
==== CL 18680 ====
@FIX: supervisor rpm uninstall leaves the mysql/mariadb service in a stopped state instead of restarting it
==== CL 18356 ====
@FIX: QBDIR set to null-string in job runtime environment
JIRA: QUBE-2611
==== CL 18340 ====
@FIX: allow special characters in job name field at submissions
JIRA: QUBE-2748
==== CL 18324 ====
@CHANGE: output of "qbadmin s -config" and "qbadmin w -config hostname" now sorted alphabetically.
JIRA: QUBE-2654
==== CL 18185 ====
@CHANGE: make deferred table creation ON by default for all submissions via the APIs (C++: qbsubmit() , Python: qb.submit())
JIRA: QUBE-2603
==== CL 18157 ====
@FIX: shortened the timeout for "qbreportwork" when it reports a "failed" work that has migrate_on_frame_retry from 600 seconds to 20.
This was causing long 10-minute pauses on the job instance when a frame
fails after exhausting all of its retry counts.
Original change was made in CL17206, for QUBE-2202/ZD16553.
ZD: 17447
==== CL 18107 ====
@FIX: memory leak in a DB-querying supervisor routine.
@RELNOTES:NO
QB_BOOL QbFarm::list(const QbFilterList& ft, QbHostList& hosts) const;
==== CL 17984 ====
@CHANGE: add description of "disable_submit_check" flag to qb.conf.template comment
JIRA: QUBE-2560
==== CL 17982 ====
@CHANGE: Python API: license_provider_name and license_provider_key added to data returned by qb.hostinfo()
JIRA: QUBE-2549
==== CL 17944 ====
@CHANGE: Disable the two free worker licenses for any Qube installation.
JIRA: QUBE-2554
==== CL 17942 ====
@FIX: Some agenda item's "timestart" field doesn't reset when they are killed and then later retried.
JIRA: QUBE-2555