Skip to content

Commit

Permalink
LMS: bump vertsion to 2506.0.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
  • Loading branch information
ausyskin committed Feb 4, 2025
1 parent 65ebb2a commit a62698b
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
## [2506.0.0.0]

### Fixed
- fix trailing whitespace and spelling
- fix error print format
- DataInterfaceBackend: fix print specifier
- PartialFWUpdateService: fix print specifier
- PartialFWUpdateService: streamline error list
- GMS_COMMON: fix certificate bypass
- MEWMIProv: Fix EthernetPortSettings enumeration
- CMake: fix Linux debug ACE search
- WiFiProfileSyncService: fix print specifier
- PortForwardingService: restore socket type workaround
- IPRefreshService: avoid refresh for static IP
- WiFiProfileSyncService: remove MSM from notification filter
- cleanup copy constructors
- DataInterfaceBackend: cstdint include for uint8_t
- DBusService: pass whole shared pointer

### Changed
- make array indexes size_t
- WsmanClient: make lengths unsigned
- conan: use ACE 8.0.2 and libxml2 2.13.5
- WiFiProfileSyncService: consolidate GetProfileData
- WiFiProfileSyncService: compact code
- import openwsman 2.8.0
- openwsman: revert minimal cmake to 3.12
- README: update for latest

### Removed
- MEIClient: remove unused header field
- remove secio events

### Added
- MEIClient: add timeout on write
- add product version print in log
- MEWMIProv: enable logging in service functions
- WsmanClient: add test for EthernetSettingsWSManClient
- resurrect GetPlatformType COM/DBus method
- add GetCPUBrand method to COM/DBus
- WiFiProfileSyncService: add transition profile workaround
- FWCIRAWorkaroundService: initial implementation
- CIM_Framework: CimOpenWsmanClient: define facility
- CMake: use FindPython3
- MEWMIProv: add description to alert id
- Linux: craft post and pre install for rpm
- CMake: add udev in usr to rpm exclude list

## [2426.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 @@
2426.0.0.0
2506.0.0.0

0 comments on commit a62698b

Please sign in to comment.