A 6.7-1b patch release is now available for the Qube 6.7-x WranglerView. This is a recommended patch release for all customers running any version of Qube v6.7, and can be installed directly on top of 6.7-0 and 6.7-1.
This patch is available for all supported operating systems, and incorporates a performance optimization uncovered by Andy Jones and Alon Gibli of PSYOP LA which affect loading job logs when the per-frame log sections become very large.
For those using the Qube Installer utility, the 6.7-1 manifest file has been updated. If you are using version 2.1-0 or later of the QubeInstaller installer utility, it, will auto-detect if a manifest has a newer version and offer to download it.
Or you can download the patched version directly at:
http://repo.pipelinefx.com/downloads/pub/qubegui/current/Full release notes are available on our documentation site:
http://docs.pipelinefx.com/display/QUBE/WranglerView+6.7-1+Release+Notes-------------------------------------------------------------------------------
6.7-1b FEATURES AND FIXES
-------------------------------------------------------------------------------
WranglerView 6.7-1b contains an optimization uncovered by Andy Jones and Alon Gibli of PSYOP Los Angeles which affects performance when the log sections for individual frames get very large.
=========================
Fixes
=========================
==== CL 14445 ====
@FIX: apply Andy Jone's (Psyop LA) regex tweak to the section that trims text
after "requesting work". Will benefit logs with very long per-frame sections.
==== CL 14443 ====
@FIX: don't make the "got work" regex greedy, it can cause a log application
hang where the per-frame log data is very long; the time spent in the hang is
actually invisible to the python profiler