From b3e27d4f39f7388a1676d855771e21846e75469c Mon Sep 17 00:00:00 2001 From: Alexander Usyskin Date: Thu, 5 Mar 2020 12:18:57 +0200 Subject: [PATCH] LMS: bump version to 2011.0.0.0 Signed-off-by: Alexander Usyskin Signed-off-by: Tomas Winkler --- CHANGELOG => CHANGELOG.md | 74 +++++++++++++++++++++++++++++---------- VERSION | 2 +- 2 files changed, 56 insertions(+), 20 deletions(-) rename CHANGELOG => CHANGELOG.md (53%) diff --git a/CHANGELOG b/CHANGELOG.md similarity index 53% rename from CHANGELOG rename to CHANGELOG.md index 366e9828..0dcc50fa 100644 --- a/CHANGELOG +++ b/CHANGELOG.md @@ -1,15 +1,48 @@ -2003.0.0.0 -========== -- Bugfixes +## [2011.0.0.0] + +### Added + - Add special error for requests not supported by the system (G_IO_ERROR_NOT_SUPPORTED on DBus, E_NOINTERFACE on COM) + - MEIClient: make exceptions hierarchical for ease of catching + - Reduce calls to FW by retrieving only required info + - PortForwardingService: demote traffic dump to TRACE level + - WMIProvider: mark mof removal as nofail + - StatusEventHandler: improve WifiProfileSync detection + - code quality improvements + +### Fixed + - Avoid WS-MAN calls till port forwarding is available in different code paths + - MEIClient: CMake: fix build with Ninja + - [Windows] WifiProfileSync: OWE PSKPassPhrase should be NULL + - PowerOperationService: set default value for reboot reason message to the correct variable + - [Windows] WiFiProfileSync: consolidate all operation in one WsManClient instance to avoid crash + - [Windows] WiFiProfileService: plug memleak in error path + +### Deprecated + - Drop AMT 7 support from SetSpriteLanguage DBus and COM methods + - Drop unused LMSstarted event and deprecate reset COM method. + - Deprecate unused DBus and COM interfaces: + - GetProvisioningMode + - GetProvisioningTlsMode + - getWebUIState + - TerminateKVMSession + - UpdateScreenSettings + - ProxyAddProxyEntry + - GetFeaturesState + - GetPlatformType + - OpenUserInitiatedConnection + +## [2003.0.0.0] + +### Fixed - [Windows] Fix build with CMake - - [Windows] Explicitely ask for CMake 3.12 in AMT_COM_Interface + - [Windows] Explicitly ask for CMake 3.12 in AMT_COM_Interface - Delete LastLanguageUpdate registry value for default language set and fix it usage - WifiProfileSync: Add support for OWE in WPA3 protocol - PortForwarding: try re-init if mei is fast-disconnected to fix service stale on CSME reset -2001.0.0.0 -========== -- Features +## [2001.0.0.0] + +### Added - Update internal copy of openwsman code to latest upstream tip - [Windows] Support for WPA3 protocol in WiFiProfileSync - Improve code quality (variable shadowing, unused code, code style, etc.) @@ -17,7 +50,8 @@ - [Windows] Clean up the memory management in IPRefresh service. - [Windows] Add build option to bypass DLL signatures check - Add IsMeasuredBootState method to DBus and COM interfaces -- Bugfixes + +### Fixed - [Windows] Fix DLL signature check - [Windows] Remove logging of AP password in WiFiProfileSync - Replace non-threadsafe functions @@ -28,25 +62,27 @@ - Fix buffer overflow in RegistryStorage - Fixes for bunch of security issues (check return values, input validation, use secure functions) -1932.0.0.0 -========== -- Features +## [1932.0.0.0] + +### Added - Improve debug prints in WsManClient code and print errors in Release builds -- Bugfixes + +### Fixed - AuditLogWSManClient: Add parse to value 3 in InitType -1930.0.0.0 -========== -- Features +## [1930.0.0.0] + +### Added - Traffic dump into general log - The log system was updated: - - different log levels - - ability to enable logs above specified severity - - the debug is enabled using the lms_enable_logging_severity.sh/bat script + - different log levels + - ability to enable logs above specified severity + - the debug is enabled using the lms_enable_logging_severity.sh/bat script - Fix and add scripts for LMS testing - Conditionally add tests to installation package for ease of continuous integration - [Linux] load service libraries using full name to ease on Yocto integration -- Bugfixes + +### Fixed - Build instructions updated - Fix vector size initialization in port forwarding - [Windows] Release HECI device on driver unload to allow restart-less update diff --git a/VERSION b/VERSION index d23bf482..00f9496c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2003.0.0.0 +2011.0.0.0