=====================================================================================
                        OXS.ECO Transformation Server's History
=====================================================================================
2022.09.30 [version 2.5.0]
  -- Updated following Plugins to work with Node.js 16.10.0 and Java 11
    oxsnps-afp2any@2.0.22
    oxsnps-core@2.0.31
		oxsnps-html2any@1.0.7
		oxsnps-msoffice2any@2.2.2
		oxsnps-pdf2pdf@2.2.3
		oxsnps-soap@2.0.7

  -- Following configuration files have been renamed to follow V2.5.0 architecture
    a) conf/server.json has been renamed as server-conf.js
    b) conf/OTSScenarioConf.json has been renamed as OTSScenarioConf.js
    c) conf/OTSScenarioList.json has been renamed as OTSScenarioList.js
  
2017.10.11 [version 2.0.3 u10]
  -- Modified scenario list configuration for all MHT2XXX scenarios with following options to ignore
     "Exit with code 1 due to network error: ContentNotFoundError" transformation error
     a. "loadErrorHandling" : "ignore"
     b. "ignore" : [..., "Exit with code 1 due to network error: ContentNotFoundError"]
  -- Fixed a wkhtmltopdf node module bug in processing console messages to properly compare against "options.ignore" list of message

2017.07.31 [version 2.0.3 u9]
  -- Modified oxsnps-html2any plugin to write output on file instead of streaming to avoid
     transformation hanging problem with MHT to TIFF B/W transformation

2017.07.21 [version 2.0.3 u8]
  -- Extended scenario list with "txt2tif" and "txt2tif_bw" scenarios and appropriate configuration

2017.07.14 [version 2.0.3 u7]
  -- Updated oxsnps-html2any dependency wkhtmltopdf to version 0.3.4
  -- Extended oxsnps-html2any to use async API from wkhtmltopdf module
  -- Passed options (where options are camelCased of commandline name without '-') to wkhtmltopdf
  -- Extended "MHT2PDF", "MHT2TIF" and "MHT2TIF_B&W" scenarios on conf/OTSScenarioConf.json with following options
     a. disableSmartShrinking, Turned on to stop defaulut shrink to fit zoom
     b. ignore, Added to ignore "QFont::setPixelSize: Pixel size <= 0 (0)" warning

2017.03.03 [version 2.0.3 u6]
  -- Extended oxsnps-soap plugin to validate 'ownerpw', 'userpw' and 'flags' elements of input, output and make there values as string and if not possible sends error

2015.07.27 [version 2.0.3]
  -- Added HTML2PDF/TIFF Transformation

2015.07.13 [version 2.0.2]
  -- Removed afp2any, msoffice2any, pdf2pdf and soap plugins and instead added 
     oxsnps-afp2any, oxsnps-msoffice2any, oxsnps-pdf2pdf and oxsnps-soap
	 
2014.10.08 [version 2.0.0.2]
  -- Added soap, afp2any transformation plugins
  
2014.09.18 [version 2.0.0.1 rc1]
  -- Added office2any, pdf2securepdf, pdf2mergepdf transformation plugins

2014.06.10 [version 1.3.4]
  -- Added npm modules to the installation package
  -- Fixed minors bugs
  
2014.05.30 [version 1.3.3]
  -- Initial Release
  
2014.03.18 [version v1.3.2_alpha]
  -- Alpha Version Release 