Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions PRODUCT_GUID.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.28.4
cfa0eed1-ba15-4a52-8efe-5d532373fded
1.28.5
d7db5e4f-bf72-4dee-aba3-68de0b4c79c9
Loading