File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Level zero loader changelog
2
2
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
3
10
## v1.21.8
4
11
* Add flags for windows optimization during linkage.
5
12
## v1.21.7
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if(MSVC AND (MSVC_VERSION LESS 1900))
13
13
endif ()
14
14
15
15
# This project follows semantic versioning (https://semver.org/)
16
- project (level-zero VERSION 1.21.8 )
16
+ project (level-zero VERSION 1.21.9 )
17
17
18
18
include (GNUInstallDirs )
19
19
Original file line number Diff line number Diff line change 1
- 1.21.8
2
- 759452c0-f08f-497c-bcc9-aa2210a8b777
1
+ 1.21.9
2
+ 01037281-c9ef-43cf-bc65-f72fb3438788
You can’t perform that action at this time.
0 commit comments