Skip to content

Commit 74997ed

Browse files
authored
Update to v1.21.9 with changelog (#318)
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent e0df1d0 commit 74997ed

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Level zero loader changelog
22

3+
## v1.21.9
4+
* Fix init checks when sorting legacy drivers
5+
* Fix MSVC Link optimization flags
6+
* Fix GUID handling when sub project
7+
* Fix dynamic tracing support with static loader
8+
* Always check and update the GUID when version changes
9+
* Added zelCheckIsLoaderInTearDown function to check if the loader is in teardown
310
## v1.21.8
411
* Add flags for windows optimization during linkage.
512
## v1.21.7

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.21.8)
16+
project(level-zero VERSION 1.21.9)
1717

1818
include(GNUInstallDirs)
1919

PRODUCT_GUID.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.21.8
2-
759452c0-f08f-497c-bcc9-aa2210a8b777
1+
1.21.9
2+
01037281-c9ef-43cf-bc65-f72fb3438788

0 commit comments

Comments
 (0)