############################################################################### # # Who: Ray Malheiro # What: UTSCIInstallUtility # When: 2/11/2011 # Why: Release Version 2.3 # ############################################################################### [VERSION:] UTSCIInstallUtility_2.3 [FEATURES] [BUG-FIXES] 01. Fixed a problem in CUTSCInstallDLG::OnInitDialog(). fscanf was using a CString in the second parameter, instead of the called for const char*. This resulted in an memory exception in Windows7 and not XP. Fixed by using a char array. [TODO] ############################################################################### # # Who: Ray Malheiro # What: UTSCIInstallUtility # When: 1/31/2011 # Why: Release Version 2.2 # ############################################################################### [VERSION:] UTSCIInstallUtility_2.2 [FEATURES] 01. Added the UCON_V4 and RMAN_V2 to the configuration parsing (USIconfig.cpp). 02. Widened the install directory field to accomidate longer file paths. [BUG-FIXES] 01. Changed the _e to _E with devices SC400_E and SCX400_E in the UTSCIInstallUtility.ini, resolved parsing issue. [TODO] ############################################################################### # # Who: Roger Thornblad # What: UTSCIInstallUtility # When: 01-29-2011 # Why: Release Version 2.0 #3 # ############################################################################### [VERSION:] UTSCIInstallUtility_2.00#3 [FEATURES] 01-29-2011 01. Added Ucon Version 4 PC Application Intallation to menu choices 02. Added rMan Version 2 PC Application Intallation to menu choices [BUG-FIXES] [TODO] ############################################################################### # # Who: Ray Malheiro # What: UTSCIInstallUtility # When: 9/21/2010 # Why: Release Version 2.1 # ############################################################################### [VERSION:] UTSCIInstallUtility_2.1 [FEATURES] 01. fixed a problem with All Device Filter which retrieved in the usi directory anything with a '-'. Needed the parser refined to use only pre-loaded device type names. [BUG-FIXES] [TODO] ############################################################################### # # Who: Roger Thornblad # What: UTSCIInstallUtility # When: 9/30/2009 # Why: Release Version 2.0 #2 # ############################################################################### [VERSION:] UTSCIInstallUtility_2.00#2 [FEATURES] 10-29-2009 01. Added MC4k to system types 02. Added sc400_e and scx400_e to system types [BUG-FIXES] [TODO] ############################################################################### # # Who: Ray Malheiro # What: UTSCIInstallUtility # When: 3/3/2010 # Why: Release Version 2.0 # ############################################################################### [VERSION:] UTSCIInstallUtility_2.0 [FEATURES] 01. Added a new Program install dialog. Modified UTSCIInstallUtility.ini adding the list of programs to install at this time. [BUG-FIXES] [TODO] ############################################################################### # # Who: Ray Malheiro # What: UTSCIInstallUtility # When: 9/30/2009 # Why: Release Version 1.9 # ############################################################################### [VERSION:] UTSCIInstallUtility_1.9 [FEATURES] 01. Changed the default check on the 'Burn Encoding' radio button to 'Telnet Connection' radio button. [BUG-FIXES] [TODO] ############################################################################### # # Who: Ray Malheiro # What: UTSCIInstallUtility # When: 9/29/2009 # Why: Release Version 1.8 # ############################################################################### [VERSION:] UTSCIInstallUtility_1.8 [FEATURES] [BUG-FIXES] 01. fixed a bug with the utilities dialog. A system device must be selected before the execution of a selected operation. [TODO] ############################################################################### # # Who: Ray Malheiro # What: UTSCIInstallUtility # When: 4/16/2009 # Why: Release Version 1.7 # ############################################################################### [VER_SION:] UTSCIInstallUtility_1.7 [FEATURES] [BUG-FIXES] 01. Found a bug in that the supported devices variable(m_iNumDeviceTypes) was 1 count short. [TODO] ############################################################################### # # Who: Ray Malheiro # What: UTSCIInstallUtility # When: 3/17/2009 # Why: Release Version 1.6 # ############################################################################### [VER_SION:] UTSCIInstallUtility_1.6 [FEATURES] [BUG-FIXES] 01. Found a bug in the software/firmware burn selections..if the drop down list shows "SELECT VERSION" and the execute button is pressed the operation proceeds as though a legitimate software version was selected. [TODO] ############################################################################### # # Who: Ray Malheiro # What: UTSCIInstallUtility # When: 3/5/2009 # Why: Release Version 1.5 # ############################################################################### [VER_SION:] UTSCIInstallUtility_1.5 [FEATURES] 01. Rearranged the radio buttons to fit better operation flow. Saving the source path to the .ini file. [BUG-FIXES] [TODO] ############################################################################### # # Who: Ray Malheiro # What: UTSCIInstallUtility # When: 3/03/2009 # Why: Release Version 1.4 # ############################################################################### [VER_SION:] UTSCIInstallUtility_1.4 [FEATURES] 01. Rearranged the radio buttons to fit better operation flow. Saving the source path to the .ini file. [BUG-FIXES] [TODO] ############################################################################### # # Who: Ray Malheiro # What: UTSCIInstallUtility # When: 2/22/2009 # Why: Release Version 1.3 # ############################################################################### [VER_SION:] UTSCIInstallUtility_1.3 [FEATURES] [BUG-FIXES] 01. Found a bug with the device filter method, (extractVersionWhithoutRevision) in the UTSCISetup class. [TODO] ############################################################################### # # Who: Ray Malheiro # What: UTSCIInstallUtility # When: 2/20/2009 # Why: Release Version 1.2 # ############################################################################### [VER_SION:] UTSCIInstallUtility_1.2 [FEATURES] 01. Added context help for the radio buttons in the UTSCIBatchOPDlg. [BUG-FIXES] [TODO] ############################################################################### # # Who: Ray Malheiro # What: UTSCIInstallUtility # When: 2/19/2009 # Why: Release Version 1.1 # ############################################################################### [VER_SION:] UTSCIInstallUtility_1.1 [FEATURES] 01. Initial Release [BUG-FIXES] 01. Fixed a bug with the source address browser. When cancelling out it would set a null location for the source address. Also rearranged the Update dialog to fit a smaller screen resolution. [TODO]