From 05f726ebd16699f8a913a7f28921d88bcc7139ed Mon Sep 17 00:00:00 2001 From: Alexander Usyskin Date: Wed, 19 Jun 2024 12:20:58 +0300 Subject: [PATCH] LMS: bump version to 2426.0.0.0 Update CHANGELOG.md Signed-off-by: Alexander Usyskin --- CHANGELOG.md | 20 ++++++++++++++++++++ VERSION | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87b18e4c..8f32c9eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## [2426.0.0.0] + +### Fixed + - move mei device detection to tools to avoid ATL include conflict + - avoid anonymous variables for logging + +### Changed + - conan: use libxml2 2.12.7 + - MEIClient: update MeTee dependency to 4.1.0 + - Windows: make all executables universal + - conan: use ACE 7.1.3 + - CMake: bump minimal requirement to 3.15 + - MEIClient: route metee logs to ace log + +### Removed + - remove support for windows 7 and 8 + +### Added + - CMake: add local metee path to CMakePresets.json + ## [2406.0.0.0] ### Fixed diff --git a/VERSION b/VERSION index 2c23a740..451e991e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2406.0.0.0 +2426.0.0.0