This page was moved to MC 11.0 - Upgrade Release Notes
Click in the link above if you are not automatically redirected in 10 seconds.
This component release is part of MarvelClient 11.0


NEW

Added support for http(s):// and ftp(s):// to Initiator, including pause and resume (https:// does not support resume).

NEWAdded two new ini options: CURLOPT_SSL_VERIFYPEER and CURLMOPT_MAX_TOTAL_CONNECTIONS; both default to 0.
NEWAdded a new option ini:CURLLogHeader; defaults to 0, set to 1 to log HTTP headers.
NEW

Added support for ini:SourceDirectoryInitURL### (001-999) relative or absolute http(s) or ftp(s) filenames to download.

Also supports the use of | to specify multiple filenames/URLs in one single value.

NOTE: Do *not* add MCUpgrade.zip to list of files to download as this is done before starting the actual download.

NEWMCUpgrade will now also automatically unzip MCUpgrade.zip and unzip it, when executed without SourceDirectoryInit AND MCUpgrade.zip exists, but MCUpgrade.ini does not.
ENHANCEMENTMCUpgrade.log now always includes last known exit reason (if any).
CHANGEA deferred upgrade no longer leads to an error result email; set DeferralNumberOfUpdatePromptsMaxEmail to 1 if you want Deferral INFO emails.
CHANGEDeferral INFO emails are now sent if DeferralNumberOfUpdatePromptsMaxEmail > 0 (defaults to 0) and Deferral count >= ini:DeferralNumberOfUpdatePromptsMaxEmail (previous check was for > only).
CHANGEA re-run shortcut is now created if DeferralNumberOfUpdatePromptsMaxShortcut > 0 (defaults to 0) and Deferral count >= ini:DeferralNumberOfUpdatePromptsMaxShortcut (previous check was for > only).