110 lines
5.2 KiB
Plaintext
110 lines
5.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
|
|
Copyright (C) 2004 Intel Corporation
|
|
|
|
|
|
Release notes file for Intel® AMT SDK WS-ManagementCS Module
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
WS-ManagementCS 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.
|
|
# This version adds support for .NET HttpClient in the DotNetWsmanClient
|
|
implementation.
|
|
|
|
WS-ManagementCS Module release 18.0.1.1:
|
|
----------------------------------------
|
|
# This version is compiled with latest C# WSMAN MOF files. This includes added
|
|
support to SMBIOS 3.8.0.
|
|
The updated .mof files can be found under the "Src/WSMAN MOFs" directory.
|
|
|
|
WS-ManagementCS 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.
|
|
|
|
WS-ManagementCS 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.
|
|
- DotNetWSManClient, IWsmanClient and WinRMWSManClient now implement the
|
|
IDisposable interface.
|
|
- Updated Readme to note SecureString password ownership.
|
|
* MSFT WinRM (Interop.WSManAutomation.dll) does not support SecureString and
|
|
passwords are converted to string when using its API in WinRMWSManClient.
|
|
# This version is compiled with latest C# WSMAN MOF files. This includes added
|
|
support to SMBIOS 3.7.0 and to 1024 byte long audit log signatures.
|
|
The updated .mof files can be found under the "Src/WSMAN MOFs" directory.
|
|
|
|
WS-ManagementCS Module release 16.0.5.1:
|
|
----------------------------------------
|
|
# This release changes all the WS-ManagementCS Module libraries to compile to
|
|
.NET Standard 2.0 instead of .NET Framework 4.6.1 - meaning that they can now
|
|
be used as 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
|
|
# This version is compiled with latest C# WSMAN MOF files. This includes adding
|
|
support to DMTF SMBIOS release 3.6.0. The updated .mof files can be found
|
|
under the "Src/WSMAN MOFs" directory.
|
|
|
|
WS-ManagementCS 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.
|
|
This support was added in the IWsmanClient and in the DotNetWsmanClient
|
|
projects.
|
|
# A bug fix related to CIM_OrderedComponent enumeration failure
|
|
|
|
WS-ManagementCS Module release 16.0.3.1:
|
|
----------------------------------------
|
|
# This version is compiled with latest C# WSMAN MOF files. You can find also the
|
|
updated .mof files under Src\WSMAN MOFs folder.
|
|
# This version includes code changes resulting from an additional static code
|
|
analysis.
|
|
|
|
WS-ManagementCS 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
|
|
|
|
WS-ManagementCS Module release 15.0.2.1:
|
|
----------------------------------------
|
|
# This version is compiled with latest C# WSMAN MOF files:
|
|
Added the HTTPProxy MOF files.
|
|
You can find also the updated .mof files under Src\WSMAN MOFs folder.
|
|
|
|
WS-ManagementCS Module release 15.0.1.4:
|
|
----------------------------------------
|
|
# This version is compiled with latest C# WSMAN MOF files. You can find also the
|
|
updated .mof files under Src\WSMAN MOFs folder.
|
|
|
|
WS-ManagementCS 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
|
|
|
|
WS-ManagementCS 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.
|
|
# See Readme file for more details.
|
|
|
|
------------------------------------------------------------------
|
|
* Other names and brands may be claimed as the property of others.
|