A new 6.1.1 point release is now available for the Qube 6.1 Core/Supervisor/Worker. Below is a list of the fixes and enhancements.
=====================
@NEW: Add python 2.7 support to Windows
@FIX: datawarehouse - fix issue observed on a couple of installs (but not
others) where the user needs explicit INSERT permissions on a TEMP
table it just created.
observed on a OSX 10.4 PPC and Ubuntu installation
@FIX: datawarehouse - missed the rename of job fact table
added ident kwords
@FIX: adding code to make "qubesupe" user be a qube admin by default.
To ensure that everybody upgrading to a new release will automatically run
the code, this fix involved a creating a new table version file, version
26 (QbTableVersion26), for the supe MySQL db.
@FIX: grant pfx_dw user appropriate permissions for placeholder pfx_stats
db
@FIX: Remove outdated example python scripts that are better served through
docs and in-line doc examples.
@FIX: Remove pedantic hostinfo.py example that was outdated. Use inline help
instead: help(qb.hostinfo) which provides more examples and is current.
@FIX: fixed typos in online help.
@FIX: adding report.mail template. (currently unused)
@FIX: fixed QBDIR definition issue in init.d/supervisor for 6.1 and above.
The line "QBDIR=" in it is automatically modified by the
utils/install_supervisor script, to support relocation.
@FIX: Adding notification.mail to fix blank email from auto-wrangling.