169 lines
7.3 KiB
Plaintext
169 lines
7.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
|
|
Copyright (C) 2004 Intel Corporation
|
|
|
|
Release notes file for Intel AMT(R) High-level API module
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
HLAPI Module release 20.0.0.1:
|
|
------------------------------
|
|
# The Intel(R) AMT SDK has been updated from version 18.x to 20.x.
|
|
This update indicates that the SDK now supports Intel(R) CSME version 20.x,
|
|
which is used on Intel(R) Lunar Lake platforms.
|
|
# Bug fix: Fixed the PTHI command marshaling
|
|
# Bug fix: Added option to load configuration file from working directory
|
|
|
|
HLAPI Module release 18.0.1.1:
|
|
------------------------------
|
|
# Updated HardwareAsset to support DMTF SMBIOS release 3.8.0.
|
|
# Added user input for timeout in agent presence samples.
|
|
# Added thread blocking warning in AgentPresenceLocal sample.
|
|
# Bug fix: Fix all agent presence samples.
|
|
# Bug fix: Fix sample password input backspace usage.
|
|
# Bug fix: Add sample input file serialization errors.
|
|
# Bug fix: Add error message if AMT server was not found.
|
|
|
|
HLAPI Module release 18.0.0.1:
|
|
------------------------------
|
|
# Updated the Intel(R) AMT SDK version from 16.x to 18.x to indicate that the
|
|
SDK also supports Intel(R) CSME version 18.x, used on Intel(R) Meteor Lake platforms.
|
|
# This module adds support for the new features in Intel(R) Remote Platform Erase 3.0
|
|
# Bug fix: Fix dispose error in AMTInstanceManager
|
|
# Static code analysis fixes
|
|
|
|
HLAPI Module release 16.0.7.1:
|
|
------------------------------
|
|
# This release changes all HLAPI samples to compile to .NET Framework 4.8
|
|
instead of .NET Framework 4.6.1.
|
|
# This release changes the connection to Intel(R) AMT to use a SecureString for
|
|
storing passwords in memory. All password references in the HLAPI library and
|
|
samples have been modified to support this capability.
|
|
As a result:
|
|
- All APIs that used a string to reference a password were replaced with a
|
|
SecureString.
|
|
- ConnectionInfoEX, SocksProxy, were converted from structs into Disposable
|
|
classes.
|
|
- Updated Readme to note SecureString password ownership.
|
|
# Changed ConnectionInfoEX usage in HLAPI Samples to be created by an external
|
|
argument file with the password given when prompted by the sample.
|
|
# Updated the Readme with new argument passing method.
|
|
# Updated versions using SecureStrings for passwords of these dlls:
|
|
DotNetWSManClient.dll
|
|
IWSManClient.dll
|
|
Intel.Wsman.Scripting.dll
|
|
WebStorage.dll
|
|
# Bug fix: Allow usage of AgentPresence without proxy.
|
|
# Bug fix: Fix usage of AgentPresence with a LAN-less configuration.
|
|
# Bug fix: Update event codes in AccessMonitorManager.
|
|
# Bug fix: Remove OCR enablement when enabling RPE in AMT.
|
|
# Bug fix: Fix fetched event logs in RPE sample.
|
|
# Bug fix: Fix use of self-signed certificates.
|
|
|
|
HLAPI Module release 16.0.5.1:
|
|
------------------------------
|
|
# This release changes the HLAPI to compile to .NET Standard 2.0 instead of
|
|
.NET Framework 4.6.1 - meaning that it can now be used as a part of either of
|
|
the following target frameworks:
|
|
.NET Standard starting from version 2.0
|
|
.NET Framework starting from version 4.6.1
|
|
.NET Core starting from version 2.0
|
|
.NET starting from version 5.0
|
|
# Updated versions compiled to .NET Standard 2.0 of these dlls:
|
|
DotNetWSManClient.dll
|
|
IWSManClient.dll
|
|
Intel.Wsman.Scripting.dll
|
|
WebStorage.dll
|
|
# All samples were changed to compile using an SDK style project file, allowing
|
|
users to easily compile the samples to .NET (Core) if they wish.
|
|
# Updated the Power sample with basic CLI to change power options in runtime.
|
|
# Bug fix: Added support for the GCMP-256 encryption method in the WiFi
|
|
Configurations.
|
|
# Bug fix: Fixed HLAPI WebStorage flow implementation.
|
|
# Updated HardwareAsset to support DMTF SMBIOS release 3.6.0.
|
|
# Cleanup of the SOAP APIs as they are deprecated since AMT 6.0.
|
|
|
|
HLAPI Module release 16.0.4.1:
|
|
------------------------------
|
|
This release includes:
|
|
# Support for Intel AMT connectivity over TLS with an option to accept a
|
|
self-signed certificate. Using a self-signed certificate allows the developer
|
|
to initially enable a TLS connection with untrusted self-signed certificates.
|
|
When moving towards productization, the developer should switch to use
|
|
certificates provided by a trusted certificate authority. In absence of
|
|
deployment of a trusted certificate authority, the WSMAN AMTAuthenticate()
|
|
command must be used to verify that the endpoint is authentic AMT Firmware.
|
|
# Bug fix: Added support for WPA3 wireless authentication method in the WiFi
|
|
Configuration Samples
|
|
# Bug fix in the HardwareAsset sample
|
|
# Static code analysis fixes
|
|
# Updated versions of these dlls:
|
|
imrsdk.dll
|
|
imrsdk_x64.dll
|
|
DotNetWSManClient.dll
|
|
IWSManClient.dll
|
|
Intel.Wsman.Scripting.dll
|
|
WebStorage.dll
|
|
|
|
HLAPI Module release 16.0.3.1:
|
|
------------------------------
|
|
# A new addition to the AMT HLAPI package: Remote Platform Erase sample, for the
|
|
new 'Remote Platform Erase' feature added to AMT starting ME16. This
|
|
sample introduces the flows and the commands of the RPE feature.
|
|
This sample includes RPE 2.0 options.
|
|
# This release contains a bug-fix in the WiFi Configuration Remote sample
|
|
# This version includes code changes resulting from an additional static code
|
|
analysis.
|
|
# This package contains an updated version of these dlls:
|
|
DotNetWSManClient.dll
|
|
IWSManClient.dll
|
|
Intel.Wsman.Scripting.dll
|
|
WebStorage.dll
|
|
|
|
HLAPI Module release 16.0.0.1:
|
|
------------------------------
|
|
# Updated the version of the AMT SDK from 15.x to 16.x to reflect that the AMT
|
|
SDK also supports CSME version 16.x that is used on Intel* Alderlake platforms
|
|
# This release contains bug-fixes for the HardwareAsset sample; added display of
|
|
OCR and RPE capabilities; processor family, processor upgrade, and form factor
|
|
fields lists were updated
|
|
|
|
HLAPI Module release 15.0.2.1:
|
|
------------------------------
|
|
# This release contains a bug-fix for the HardwareAsset sample
|
|
# This release contains a bug-fix for the Redirection sample
|
|
# This package contains an updated version of these dlls:
|
|
DotNetWSManClient.dll
|
|
IWSManClient.dll
|
|
|
|
HLAPI Module release 15.0.1.1:
|
|
------------------------------
|
|
# This release contains a bug-fix for the HardwareAsset sample
|
|
# This package contains an updated version of these dlls:
|
|
imrsdk.dll
|
|
imrsdk_x64.dll
|
|
DotNetWSManClient.dll
|
|
Intel.Wsman.Scripting.dll
|
|
IWSManClient.dll
|
|
|
|
HLAPI Module release 15.0.0.2:
|
|
------------------------------
|
|
# Updated the version of the AMT SDK from 14.x to 15.x to reflect that the AMT
|
|
SDK also supports CSME version 15.x that is used on Intel* Tigerlake platforms
|
|
# This release contains bug fixes for Redirection Sample, and HardwareAsset
|
|
Sample
|
|
|
|
HLAPI Module release 14.0.2.1:
|
|
------------------------------
|
|
This release contains bug fixes for some of the HLAPI samples.
|
|
|
|
HLAPI Module release 14.0.1.1:
|
|
------------------------------
|
|
# First release since AMT SDK 12.0.0.9 was removed for maintenance
|
|
# Module contains: Bin folder with compiled dlls. It includes the C# source code
|
|
in the Src folder. This module also includes sample code.
|
|
# See Readme file for more details.
|
|
|
|
------------------------------------------------------------------
|
|
* Other names and brands may be claimed as the property of others.
|