Skip to content

Commit f06734a

Browse files
authored
Update changelog and CMakeLists.txt for v1.28.3 (#439)
Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
1 parent b8d1a56 commit f06734a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Level zero loader changelog
2+
## v1.28.3
3+
* Address clang build warnings for empty structures
4+
* Fix successive calls to zeInitDivers when no drivers found failing
5+
* Fix Resource Copyright date and Company Name in compiled objects
6+
* Add /vendor/lib64 search path for android
27
## v1.28.2
38
* fix logging of apis in validation layer to only print successful apis given ZEL_LOADER_LOGGING_ENABLE_SUCCESS_PRINT
49
## v1.28.1

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.2)
16+
project(level-zero VERSION 1.28.3)
1717
include(GNUInstallDirs)
1818

1919
find_package(Git)

0 commit comments

Comments
 (0)