Skip to content

Commit cfcb782

Browse files
committed
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 <russell.w.mcguire@intel.com>
1 parent 5fb7252 commit cfcb782

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Level zero loader changelog
2+
## v1.28.5
3+
* Add Canonical Specific packages in CPack (libze1*)
4+
* Add CONFLICTS, PROVIDES, REPLACES directives in packages
5+
* Fix: Potential bug when no L0 Drivers initialized the global DDI tables
6+
* Fix: Potential packaging conflict w/ -devel w/RPM against 'filesystem' package for SLES
7+
* Add Unit testing during CI to install/remove packages in OS specific docckers.
28
## v1.28.4
39
* Add README.md and CONTRIBUTING.md changes for Unit Testing
410
* Add CMakefile.txt check for PRODUCT_GUID.txt updates before release

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if(MSVC AND (MSVC_VERSION LESS 1900))
1313
endif()
1414

1515
# This project follows semantic versioning (https://semver.org/)
16-
project(level-zero VERSION 1.28.4)
16+
project(level-zero VERSION 1.28.5)
1717
include(GNUInstallDirs)
1818

1919
find_package(Git)

PRODUCT_GUID.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.28.4
2-
cfa0eed1-ba15-4a52-8efe-5d532373fded
1+
1.28.5
2+
d7db5e4f-bf72-4dee-aba3-68de0b4c79c9

0 commit comments

Comments
 (0)