Skip to content

Commit

Permalink
LMS: version 2141.0.0.0
Browse files Browse the repository at this point in the history
Bump version to 2141.0.0.0

Signed-off-by: Alexander Usyskin <[email protected]>
Signed-off-by: Tomas Winkler <[email protected]>
  • Loading branch information
ausyskin authored and tomasbw committed Oct 7, 2021
1 parent d9262e9 commit 8cb5489
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [2141.0.0.0]

### Fixed
- StatusEventHandler: request display status when port forwarding is available
- StatusEventHandler: Avoid error print in GetAMTEthernetPortSettings on devices without wireless
- AMT_COM_Interface: fix buffer size provided to wcscpy_s
- AMT_COM_Interface: fix credentials check
- Remove USES_CONVERSION macro usage
- PortForwardingService: drop superfluous null check
- openwsman: wsman-client: add NULL checks
- snap: drop not needed connect to mei plug
- PartialFWUpdateService: fix dll state error print
- StatusEventHandler: make variable unsigned
- MEIClient: AMTHIClient: remove unused CERT_HASH_MAX_NUMBER
- DataInterfaceBackend: use right macro for win api return codes
- AMT_COM_Interface: CheckCredentials don't check if unsigned is not negative
- AMT_COM_Interface: fix return code of DelRegKeys
- AMT_COM_Interface: account for NULL in hDevNotify

### Added
- AMT_COM_Interface: Add GetPlatformServiceRecord and GetPlatformServiceRecordRaw
- AMT_COM_Interface: Add GetUPIDFeatureState and SetUPIDFeatureState

## [2127.0.0.0]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2127.0.0.0
2141.0.0.0

0 comments on commit 8cb5489

Please sign in to comment.