Skip to content

Commit 18dfd2f

Browse files
committed
v2.0.1
1 parent 9c2e597 commit 18dfd2f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
CpuTopologyRebuild Changelog
22
===================
3+
#### v2.0.1
4+
- Fix core structure detection for some CPUs ( 6aa8432 )
5+
6+
#### v2.0.0
7+
- Experimental Arrow Lake support, and more ( #23 )
8+
- Remove cache structure rebuild implementation ( #23 )
9+
- System Information app shows all physical core count by default ( #23 )
10+
- Fix `machdep.cpu.core_count` by `-ctrfixcnt` ( #23 )
11+
312
#### v1.1.0
413
- "Total Number of Cores" in System Profiler is displayed correctly ( #8 )
514

CpuTopologyRebuild.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
MACOSX_DEPLOYMENT_TARGET = 10.8;
405405
MARKETING_VERSION = "$(MODULE_VERSION)";
406406
MODULE_NAME = org.vanilla.driver.CpuTopologyRebuild;
407-
MODULE_VERSION = 2.0.0;
407+
MODULE_VERSION = 2.0.1;
408408
OTHER_CFLAGS = (
409409
"-mmmx",
410410
"-msse",
@@ -453,7 +453,7 @@
453453
MACOSX_DEPLOYMENT_TARGET = 10.8;
454454
MARKETING_VERSION = "$(MODULE_VERSION)";
455455
MODULE_NAME = org.vanilla.driver.CpuTopologyRebuild;
456-
MODULE_VERSION = 2.0.0;
456+
MODULE_VERSION = 2.0.1;
457457
OTHER_CFLAGS = (
458458
"-mmmx",
459459
"-msse",

0 commit comments

Comments
 (0)