Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.
    Comment: Published by Scroll Versions from this space and version 7.0-2

    ##############################################################################
    @RELEASE: 7.0-1

    ##############################################################################

    This release includes key fixes to the supervisor, core and WV, among other fixes, and is

    strongly recommended for any site currently using 7.0-0 or above.

    ==== CL 19967 ====

    @FIX: include support for earlier versions of Perl. Now we support Perl 5.14 thru 5.26.

    ==== CL 19964 ====
    @CHANGE: adjust (Windows) perl support to versions 5.14 thru 5.26

    JIRA: QUBE-3368

    ==== CL 19957 ====
    @FIX: update perl API's copy of IPRC::Run module to properly support Perl 5.26

    ==== CL 19938 ====
    @FIX: Python 2.6 module (_qb26.pyd) was not included. Python modules were named with a .dll extension, instead of the more preferred .pyd

    JIRA: QUBE-3358

    ==== CL 19937 ====
    @FIX: Python API .py files missing and/or incorrectly located w/o proper directory structure under QBDIR/api/lib/python

    JIRA: QUBE-3358

    ==== CL 19935 ====
    @CHANGE: ignore if database_port is set to 3300 or 3306 and revert to the default, 50055.

    JIRA: QUBE-3359

    ==== CL 19934 ====
    @FIX: init_supe_db.py: add version-aware execution of qubedb_xxxx.sql files

    JIRA: QUBE-3336

    ==== CL 19933 ====
    @FIX: add important missing INDEXes to the qube.subjob DB table for performance boost.

    ==== CL 19931 ====
    @FIX:Fix relative movie paths in images_to_move.py

    ==== CL 19915 ====
    @CHANGE: remove direct SQL access from job cleanup script
    @CHANGE: find_corrupt_jobs.py removed from qube installation, it checked for the existence of tables which are no longer in the Qube 7 schema

    ==== CL 19897 ====
    @FIX: auto_remove worker flag missing from worker config dialogs

    ==== CL 19888 ====
    @FIX: issue where Windows password couldn't be updated.

    ==== CL 19849 ====
    @CHANGE: add the postgres-based database checks back into the supervisor installers

    ==== CL 19836 ====
    @NEW: convert database_checks cmdline utility from MySQL to PostgreSQL