100 lines
4.4 KiB
Plaintext
100 lines
4.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
|
|
Copyright (C) 2004 Intel Corporation
|
|
|
|
Release notes file for Intel® AMT SDK WsmanLib Module
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
WsmanLib Module release 20.0.0.1:
|
|
---------------------------------
|
|
# No code changes in this release.
|
|
# 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.
|
|
|
|
WsmanLib Module release 18.0.1.1:
|
|
---------------------------------
|
|
# Decrease number of connection retries from 13 to 2.
|
|
# Improve error handling for .NET Framework.
|
|
|
|
WsmanLib 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.
|
|
|
|
WsmanLib Module release 16.0.7.1:
|
|
---------------------------------
|
|
# This release changes the connection to Intel® AMT to use a SecureString for
|
|
storing passwords in memory. All password references 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.
|
|
- The following classes and interfaces now implement the IDisposable
|
|
interface:
|
|
MeDevice, KVMRedirection, ConnectionInfo, HttpTransport, TlsTransport,
|
|
DigestAuthorization, WindowsAuthorization, IMpsManager, HttpProxy,
|
|
UserCredentials, WindowsCredentials, ClientRequest, WsmanConnectionOptions
|
|
and IWsmanConnectionOptions.
|
|
- Updated Readme to note SecureString password ownership.
|
|
|
|
WsmanLib Module release 16.0.5.1:
|
|
---------------------------------
|
|
# This release changes the WsmanLib 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
|
|
# As part of the move to .NET Standard 2.0, the WsmanConnection class now uses
|
|
the System.Net.Http.HttpClient class instead of the System.Net.WebClient
|
|
class for its connection to AMT. As a result, the WsmanConnection class and
|
|
its interface IWsmanConnection now implement the IDisposable interface.
|
|
|
|
WsmanLib 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.
|
|
|
|
WsmanLib Module release 16.0.3.1:
|
|
---------------------------------
|
|
# This version includes code changes resulting from an additional static code
|
|
analysis.
|
|
|
|
WsmanLib 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 version includes a bug-fix in the WsmanLib module; fixed running
|
|
redirection samples over TLS with mutual authentication using the library.
|
|
|
|
WsmanLib Module release 15.0.1.1:
|
|
---------------------------------
|
|
# This version includes a bug-fix in the WsmanLib module; fixed opening of a
|
|
USBR session using the library.
|
|
|
|
WsmanLib Module release 15.0.0.1:
|
|
---------------------------------
|
|
# 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.
|
|
|
|
WsmanLib 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 dll, and C# source code
|
|
in the Src folder.
|
|
# See Readme file for more details.
|
|
|
|
------------------------------------------------------------------
|
|
* Other names and brands may be claimed as the property of others.
|