Release notes for version 2.0.72.1430
No Type Description
--- ----- ----------------------------------
1 INSTALL Installation updated to use the new Telerik 2018 install 2018.3.1016
2 INSTALL All build scripts updated to use Telerik 2018.3.1016
3 INSTALL AdvancedInstaller updated to 15.5.1
4 INSTALL All build scripts updated for AdvancedInstaller 15.5.1
5 INSTALL All Telerik dlls ilmerged into the binary
6 INSTALL license.licx updated for Telerik 2018.3.1016
7 INSTALL Buildscripts fixed for spaces in Telerik DLL locations
8 CODE New report template oemscan_json.tem added to replicate oemscan.tem but to
output JSON instead of XML
9 CODE oemscan.tem copied to oemscan_xml.tem so that both can be shipped with the OEM
package
10 INSTALL Advanced Installer updated to version 15.6
11 CODE All build scripts updated to use Advanced Installer 15.6
12 CODE Extract.bat updated to also extract oemscan_xml.tem and oemscan_json.tem
13 CODE repo.exe updated to allow ":" in linuesub repo variables
14 CODE repo.exe - trace changed in create context and copy context to not refer
to max and current as DB as it depends on the loop type
15 CODE repo.exe modified to show the loop type in the context trace element
16 CODE Ticket #453698: repo.exe. Updated the loop processing for policies to
also note whether the first policy to process is indeed greater than 1
17 CODE Ticket #453698: repo.exe. Updated the loop processing for checks to
also note whether the first check to process is indeed greater than 1
18 CODE repo.exe; added new variables ASSIGNP and P to allow an assignment of
a variable only to work if printing is turned on. This allows processing
of checks that do not affect an assignment
19 CODE oemscan.tem updated in last check group to turn off vChk after each loop
20 CODE oemscan_xml.tem updated in last check group to turn off vChk after each loop
21 CODE oemscan_json.tem updated in last check group to turn off vChk after each loop
22 CODE repo.exe - columnssub variable fixed to restore the ":" used in an actual
substitute variable
23 CODE repo.exe - assign variable updated to process text in the free portion that
also contains the ":" symbol
24 CODE repo.exe - fixed the policy processing to not ignore the case that vPol can
also include policy 1
25 CODE repo.exe - fixed the DB processing to not ignore the case that vDB can
also include DB 1
26 CODE repo.exe - fixed the Check processing to not ignore the case that vChk can
also include check 1
27 CODE repo.exe - added new report variable DESCRIPTIONJ to add \r\n and concatenate
line feeds and carriage returns in reports - use instead of standard policy
description variable for JSON
28 CODE repo.exe - added new report variable WHYISSUEJ to add \r\n and concatenate
line feeds and carriage returns in reports - use instead of standard policy
whyissue variable for JSON
29 CODE repo.exe - DESCRIPTIONJ extended to also escape double quotes
30 CODE repo.exe - WHYISSUEJ extended to also escape double quotes
31 CODE repo.exe - COLUMNSSUB corrected to process variables that include ":" properly
32 CODE repo.exe - LINESUBJ added to escape CR, linefeed and double quotes for use
in JSON reports
33 CODE repo.exe - DESCRIPTIONJ modified to also escape TAB characters in JSON strings
34 CODE repo.exe - WHYISSUEJ modified to also escape TAB characters in JSON strings
35 CODE repo.exe - LINESUBJ modified to also escape TAB characters in JSON strings