Skip to content

Commit

Permalink
Merge branch 'acidanthera:master' into yaming-network
Browse files Browse the repository at this point in the history
  • Loading branch information
wy414012 authored Jan 11, 2022
2 parents e321e64 + 796cb7a commit 953c16e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
Lilu Changelog
==============
#### v1.5.8
- Fixed kernel panic on macOS 10.15 and earlier introduced in 1.5.7
- Added Alder Lake CPU model support
- Added shared patcher instance grabbing API
#### v1.5.9
- Fixed memory corruption when mixing cs_validate_range/page mid/long routes (thx @Goshin)
- Enforced all routes to be slotted after one slotted route
- Refactored all internal routes to use new RouteRequest API
- Deprecated routeFunction APIs as they are dangerous to use for multiple routes

#### v1.5.8
- Fixed kernel panic on macOS 10.15 and earlier introduced in 1.5.7
- Added Alder Lake CPU model support
- Added shared patcher instance grabbing API

#### v1.5.7
- Added address slot support for all 64-bit macOS version

Expand Down
6 changes: 3 additions & 3 deletions Lilu.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@
MODULE_NAME = as.vit9696.Lilu;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.5.9;
MODULE_VERSION = 1.6.0;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down Expand Up @@ -935,7 +935,7 @@
MODULE_NAME = as.vit9696.Lilu;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.5.9;
MODULE_VERSION = 1.6.0;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down Expand Up @@ -1100,7 +1100,7 @@
MODULE_NAME = as.vit9696.Lilu;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.5.9;
MODULE_VERSION = 1.6.0;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down

0 comments on commit 953c16e

Please sign in to comment.