Skip to content

Commit 014eb97

Browse files
committed
Release 4.2.3.1 (Lisias) for KSP >= 1.2
1 parent 3ef0d35 commit 014eb97

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGES.md

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

5+
* 2023-0716: 4.2.3.1 (Lisias) for KSP >= 1.2
6+
+ Bumps versioning, catching up with upstream and formalising he fixes already implemented - ome for ages... :)
7+
+ Removes yet some more deprecated calls from `KSPe`.
58
* 2023-0521: 4.2.2.6 (Lisias) for KSP >= 1.2
69
+ (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).
710
- 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.

CHANGE_LOG.md

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

5+
* 2023-0716: 4.2.3.1 (Lisias) for KSP >= 1.2
6+
+ Bumps versioning, catching up with upstream and formalising the fixes already implemented - some for ages... :)
7+
+ Removes yet some more deprecated calls from `KSPe`.
8+
* 2023-0703: 4.2.3.0 (Sarbian) for KSP >= 1.9
9+
+ Fix the dll hashing when the dll is already opened. by @linuxgurugamer
10+
+ Fix for MM loading the wrong physics file when when when using the faulty PDLauncher workaround
511
* 2023-0521: 4.2.2.6 (Lisias) for KSP >= 1.2
612
+ (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).
713
- 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.

ModuleManager.122.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"VERSION":{
88
"MAJOR":4,
99
"MINOR":2,
10-
"PATCH":2,
11-
"BUILD":6
10+
"PATCH":3,
11+
"BUILD":1
1212
},
1313
"KSP_VERSION":{
1414
"MAJOR":1,

ModuleManager.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"VERSION":{
88
"MAJOR":4,
99
"MINOR":2,
10-
"PATCH":2,
11-
"BUILD":6
10+
"PATCH":3,
11+
"BUILD":1
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,

0 commit comments

Comments
 (0)