From cfcb78246ee75438c091811439cfd5c275fc90c7 Mon Sep 17 00:00:00 2001 From: Russell McGuire Date: Wed, 6 May 2026 15:32:30 -0700 Subject: [PATCH 1/2] Update for release v1.28.5 * Add Canonical Specific packages in CPack (libze1*) * Add CONFLICTS, PROVIDES, REPLACES directives in packages * Fix: Potential bug when no L0 Drivers initialized the global DDI tables * Fix: Potential packaging conflict w/ -devel w/RPM against 'filesystem' package for SLES * Add Unit testing during CI to install/remove packages in OS specific docckers. Signed-off-by: Russell McGuire --- CHANGELOG.md | 6 ++++++ CMakeLists.txt | 2 +- PRODUCT_GUID.txt | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f41ceff..f5df0bf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # Level zero loader changelog +## v1.28.5 +* Add Canonical Specific packages in CPack (libze1*) +* Add CONFLICTS, PROVIDES, REPLACES directives in packages +* Fix: Potential bug when no L0 Drivers initialized the global DDI tables +* Fix: Potential packaging conflict w/ -devel w/RPM against 'filesystem' package for SLES +* Add Unit testing during CI to install/remove packages in OS specific docckers. ## v1.28.4 * Add README.md and CONTRIBUTING.md changes for Unit Testing * Add CMakefile.txt check for PRODUCT_GUID.txt updates before release diff --git a/CMakeLists.txt b/CMakeLists.txt index 88ce6041..01f780b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ if(MSVC AND (MSVC_VERSION LESS 1900)) endif() # This project follows semantic versioning (https://semver.org/) -project(level-zero VERSION 1.28.4) +project(level-zero VERSION 1.28.5) include(GNUInstallDirs) find_package(Git) diff --git a/PRODUCT_GUID.txt b/PRODUCT_GUID.txt index b0b273ea..a44020fa 100644 --- a/PRODUCT_GUID.txt +++ b/PRODUCT_GUID.txt @@ -1,2 +1,2 @@ -1.28.4 -cfa0eed1-ba15-4a52-8efe-5d532373fded \ No newline at end of file +1.28.5 +d7db5e4f-bf72-4dee-aba3-68de0b4c79c9 \ No newline at end of file From 13754340e14029cfe627498446fc2e1add21312c Mon Sep 17 00:00:00 2001 From: Russell McGuire Date: Wed, 6 May 2026 15:39:02 -0700 Subject: [PATCH 2/2] Fix spelling error in CHANGELOG.md Signed-off-by: Russell McGuire --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5df0bf2..38030582 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ * Add CONFLICTS, PROVIDES, REPLACES directives in packages * Fix: Potential bug when no L0 Drivers initialized the global DDI tables * Fix: Potential packaging conflict w/ -devel w/RPM against 'filesystem' package for SLES -* Add Unit testing during CI to install/remove packages in OS specific docckers. +* Add Unit testing during CI to install/remove packages in OS specific dockers. ## v1.28.4 * Add README.md and CONTRIBUTING.md changes for Unit Testing * Add CMakefile.txt check for PRODUCT_GUID.txt updates before release