Skip to content

Commit af2ed2c

Browse files
committed
Release 4.2.2.6 (Lisias) for KSP >= 1.2
1 parent c36f071 commit af2ed2c

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
*Lasciate ogne speranza, voi ch'intrate*
33
- - -
44

5+
* 2023-0521: 4.2.2.6 (Lisias) for KSP >= 1.2
6+
+ (Hopefully) mitigates a pretty weird problem happening on some new Intel CPU's with asymmetric cores (and on a less extent, faster Intel and probably AMD with symmetric ones).
7+
- Initially discovered by [LinuxGuruGamer](https://github.com/sarbian/ModuleManager/pull/180), then (pretty badly) misdiagnosed by me until I got in my senses and did some testings.
8+
+ Removes some deprecated calls from `KSPe`.
59
* 2023-0316: 4.2.2.5 (Lisias) for KSP >= 1.2
610
+ Drops the Experimental status
711
+ Relicense the whole shebang to GPL-3.0

CHANGE_LOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
*Lasciate ogne speranza, voi ch'intrate*
33
- - -
44

5+
* 2023-0521: 4.2.2.6 (Lisias) for KSP >= 1.2
6+
+ (Hopefully) mitigates a pretty weird problem happening on some new Intel CPU's with asymmetric cores (and on a less extent, faster Intel and probably AMD with symmetric ones).
7+
- Initially discovered by [LinuxGuruGamer](https://github.com/sarbian/ModuleManager/pull/180), then (pretty badly) misdiagnosed by me until I got in my senses and did some testings.
8+
+ Removes some deprecated calls from `KSPe`.
59
* 2023-0316: 4.2.2.5 (Lisias) for KSP >= 1.2
610
+ Drops the Experimental status
711
+ Relicense the whole shebang to GPL-3.0

ModuleManager.122.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"MAJOR":4,
99
"MINOR":2,
1010
"PATCH":2,
11-
"BUILD":5
11+
"BUILD":6
1212
},
1313
"KSP_VERSION":{
1414
"MAJOR":1,

ModuleManager.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"MAJOR":4,
99
"MINOR":2,
1010
"PATCH":2,
11-
"BUILD":5
11+
"BUILD":6
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,

0 commit comments

Comments
 (0)